summaryrefslogtreecommitdiffhomepage
path: root/www/assets
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-12 17:07:35 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-12 17:07:35 +0800
commit0927ec1d63b208bd22e78d01b4cd0f7103f29eee (patch)
tree58a1a3bfa39df643d553940dafc827038a6e786d /www/assets
parentc5348c9d33f8ef3c6441542a486829b44321659e (diff)
CSS: <dl>
Diffstat (limited to 'www/assets')
-rw-r--r--www/assets/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/assets/style.css b/www/assets/style.css
index 55f5223..14b57c1 100644
--- a/www/assets/style.css
+++ b/www/assets/style.css
@@ -18,6 +18,18 @@ main {
18 } 18 }
19} 19}
20 20
21dt {
22 width: 10em;
23 float: left;
24 clear: left;
25 text-align: right;
26 font-weight: 700;
27}
28
29dd {
30 margin: 0 0 .5em 11em;
31}
32
21abbr { 33abbr {
22 cursor: help; 34 cursor: help;
23} 35}