diff options
-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 | } |