diff options
| author | Pim van den Berg | 2013-05-20 22:51:44 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2013-06-22 12:16:28 +0200 |
| commit | 51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc (patch) | |
| tree | afead94366494bfad9dcd3193475564cc3ff117f /layout | |
| parent | plugin/nut: collectd 5 compatibility for frequency graph (diff) | |
| download | apt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.zip apt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.tar.gz apt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.tar.bz2 apt-panopticon_cgp-51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc.tar.xz | |
start using fieldset + legend for showing data
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 | } | ||
