aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout
diff options
context:
space:
mode:
authorPim van den Berg2013-05-20 22:51:44 +0200
committerPim van den Berg2013-06-22 12:16:28 +0200
commit51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc (patch)
treeafead94366494bfad9dcd3193475564cc3ff117f /layout
parentplugin/nut: collectd 5 compatibility for frequency graph (diff)
downloadapt-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.css20
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
32h2 { 32h2 {
33 font-size: 1.3em; 33 font-size: 1.1em;
34 margin: 1em 0 0 0; 34 font-weight: normal;
35}
36
37h3 {
38 font-size: 1em;
39} 35}
40 36
41a:link, a:visited, a:active { 37a: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
130fieldset {
131 margin-top: 20px;
132 padding: 0;
133 border: 0;
134}
135
136legend {
137 padding: 0;
138 font-size: 1.4em;
139 font-weight: normal;
140}