diff options
Diffstat (limited to '')
-rw-r--r-- | static/css/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css index a1eddf6..c026bda 100644 --- a/static/css/main.css +++ b/static/css/main.css | |||
@@ -273,13 +273,14 @@ hr { | |||
273 | width: 100%; | 273 | width: 100%; |
274 | margin: auto; | 274 | margin: auto; |
275 | text-align: center; | 275 | text-align: center; |
276 | color: #333333; | 276 | color: #555; |
277 | font-size: 0.8rem; | 277 | font-size: 0.8rem; |
278 | } | 278 | } |
279 | 279 | ||
280 | #footer-box p { | 280 | #footer-box p { |
281 | max-width: 100%; | 281 | max-width: 100%; |
282 | text-align: center; | 282 | text-align: center; |
283 | line-height: 1.4em; | ||
283 | } | 284 | } |
284 | 285 | ||
285 | h1 { | 286 | h1 { |
@@ -391,5 +392,5 @@ ul.members li.person + li.person { | |||
391 | margin-left: 1em; | 392 | margin-left: 1em; |
392 | } | 393 | } |
393 | 394 | ||
394 | #footer-box a { color: #333333; } | 395 | #footer-box a { color: #333333; border-width: 1px; } |
395 | #footer-box a:visited { color: #333333; } | 396 | #footer-box a:visited { color: #333333; } |