Evennia is an open-source Python-based framework, codebase and server for creating text-based multiplayer online games (aka MUD/MU* etc) using modern diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 00ff499974..350bfea2d7 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -293,6 +293,14 @@ header li { margin-bottom: 1px; } +.header-text { + line-height: 1.2; + margin-top: -10px; + margin-bottom: 25px; + opacity: 0.6; +} + + a.buttons { display: table-cell; width:132px; @@ -485,7 +493,7 @@ footer { .newsfeed { position: absolute; - top: 103px; + top: 70px; right: 200px; }