diff --git a/templates/zephyr/new-user.html b/templates/zephyr/new-user.html index f906d5f942..9b67cad57a 100644 --- a/templates/zephyr/new-user.html +++ b/templates/zephyr/new-user.html @@ -7,7 +7,7 @@
Humbug is a little different than some systems you may have already +
Humbug is a little different than some chat systems you may have already
used.
Here's what you need to know:
Let's take a look:
-
+
+
Here, we have three conversations occurring simultaneously:
diff --git a/zephyr/static/styles/portico.css b/zephyr/static/styles/portico.css index 20b7d21fda..73082fa194 100644 --- a/zephyr/static/styles/portico.css +++ b/zephyr/static/styles/portico.css @@ -1,5 +1,10 @@ body { font-family: 'Droid Sans', Helvetica, Arial, sans-serif; + line-height: 150%; +} + +li { + line-height: 150%; } .title { @@ -57,3 +62,8 @@ a.title:hover { padding-top: 5px; font-weight: bold; } + +img.screenshot{ + /* This makes it so screenshots are still shown if they are larger than their span.*/ + max-width: 150%; +}