diff --git a/static/main.css b/static/main.css index 756d391..1f57bbb 100644 --- a/static/main.css +++ b/static/main.css @@ -128,7 +128,7 @@ header .aligned { } header .spacer { - height: 30px; + height: 32px; visibility: hidden; } @@ -147,10 +147,14 @@ footer ul li:not(:last-child):after { } #corp-masthead { - height: 30px; + height: 32px; margin-right: 0.25em; } +#character-portrait { + height: 32px; +} + #flashes { margin-top: 0.5em; } @@ -177,6 +181,7 @@ footer ul li:not(:last-child):after { #login-button { height: 30px; + padding-bottom: 2px; } #logout-form { diff --git a/templates/_base.mako b/templates/_base.mako index fcb00c2..4c1bdfe 100644 --- a/templates/_base.mako +++ b/templates/_base.mako @@ -30,7 +30,7 @@
Hi, ${g.auth.get_character_prop("name")}!
- % for paragraph in g.config.get("welcome").split("\n\n"): -${paragraph.replace("\n", " ")}
- % endfor -Hi, ${g.auth.get_character_prop("name")}!