diff options
Diffstat (limited to 'layout')
-rw-r--r-- | layout/style.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/layout/style.css b/layout/style.css index 56b7644..a828a8d 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -30,12 +30,8 @@ h1 { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | h2 { | 32 | h2 { |
33 | font-size: 1.3em; | 33 | font-size: 1.1em; |
34 | margin: 1em 0 0 0; | 34 | font-weight: normal; |
35 | } | ||
36 | |||
37 | h3 { | ||
38 | font-size: 1em; | ||
39 | } | 35 | } |
40 | 36 | ||
41 | a:link, a:visited, a:active { | 37 | a:link, a:visited, a:active { |
@@ -130,3 +126,15 @@ hr { | |||
130 | display: inline-block; | 126 | display: inline-block; |
131 | margin-bottom: 0.3em; | 127 | margin-bottom: 0.3em; |
132 | } | 128 | } |
129 | |||
130 | fieldset { | ||
131 | margin-top: 20px; | ||
132 | padding: 0; | ||
133 | border: 0; | ||
134 | } | ||
135 | |||
136 | legend { | ||
137 | padding: 0; | ||
138 | font-size: 1.4em; | ||
139 | font-weight: normal; | ||
140 | } | ||