diff --git a/client/css/style.css b/client/css/style.css index b3293a87..6c5ac484 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1289,15 +1289,10 @@ kbd { margin: 4px 10px 0 0; } -#settings .about, #settings #play { color: #7f8c8d; } -#settings .about small { - margin-left: 2px; -} - #settings #play { font-size: 14px; transition: opacity .2s; @@ -1307,12 +1302,6 @@ kbd { opacity: .8; } -#settings .about { - font-size: 14px; - padding-top: 2px; - line-height: 1.8; -} - #settings #change-password .error, #settings #change-password .success { margin-bottom: 1em; @@ -1352,6 +1341,11 @@ kbd { margin-bottom: 0; } +#help .about { + font-size: 14px; + line-height: 1.8; +} + #form { background: #eee; border-top: 1px solid #ddd; diff --git a/client/index.html b/client/index.html index 82f9d0d6..0ec349a6 100644 --- a/client/index.html +++ b/client/index.html @@ -357,24 +357,6 @@
-
-

About The Lounge

-
-
-

- <% if (gitCommit) { %> - The Lounge is running from source - (<%= gitCommit %>).
- <% } else { %> - The Lounge is in version <%= version %> - (See release notes).
- <% } %> - - Website
- Documentation
- Report a bug -

-
@@ -707,6 +689,22 @@

+ +

About The Lounge

+ +

+ <% if (gitCommit) { %> + The Lounge is running from source + (<%= gitCommit %>).
+ <% } else { %> + The Lounge is in version <%= version %> + (See release notes).
+ <% } %> + + Website
+ Documentation
+ Report a bug +