diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-12 17:07:35 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-12 17:07:35 +0800 |
commit | 0927ec1d63b208bd22e78d01b4cd0f7103f29eee (patch) | |
tree | 58a1a3bfa39df643d553940dafc827038a6e786d /www/assets | |
parent | c5348c9d33f8ef3c6441542a486829b44321659e (diff) |
CSS: <dl>
Diffstat (limited to 'www/assets')
-rw-r--r-- | www/assets/style.css | 12 |
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 | ||
21 | dt { | ||
22 | width: 10em; | ||
23 | float: left; | ||
24 | clear: left; | ||
25 | text-align: right; | ||
26 | font-weight: 700; | ||
27 | } | ||
28 | |||
29 | dd { | ||
30 | margin: 0 0 .5em 11em; | ||
31 | } | ||
32 | |||
21 | abbr { | 33 | abbr { |
22 | cursor: help; | 34 | cursor: help; |
23 | } | 35 | } |