diff options
Diffstat (limited to 'layout')
-rw-r--r-- | layout/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/layout/style.css b/layout/style.css index 3d5c94b..e344cf7 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -15,6 +15,12 @@ body { | |||
15 | text-decoration: none; | 15 | text-decoration: none; |
16 | } | 16 | } |
17 | 17 | ||
18 | #warnheader { | ||
19 | background: #ffe583; | ||
20 | padding: 8px 8px 8px 18px; | ||
21 | border-bottom: 1px solid #d5ad14; | ||
22 | } | ||
23 | |||
18 | #content { | 24 | #content { |
19 | padding-left: 20px; | 25 | padding-left: 20px; |
20 | } | 26 | } |
@@ -25,7 +31,7 @@ body { | |||
25 | } | 31 | } |
26 | 32 | ||
27 | h1 { | 33 | h1 { |
28 | margin-top: 0; | 34 | margin: 0; |
29 | font-size: 1em; | 35 | font-size: 1em; |
30 | } | 36 | } |
31 | 37 | ||