diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-17 23:20:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-17 23:20:23 +0800 |
commit | 0f6e1975e8b352774bf0f1710dedf3c51b6b8198 (patch) | |
tree | bd9a8d98e1e18b2fd8f1b7335bbbc92f35ebb034 /www/assets | |
parent | 585d411f892f10709a82a93147bff2fd17f35205 (diff) |
CSS: list item with time
Diffstat (limited to 'www/assets')
-rw-r--r-- | www/assets/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/assets/style.css b/www/assets/style.css index f7ef981..5570ece 100644 --- a/www/assets/style.css +++ b/www/assets/style.css | |||
@@ -18,6 +18,12 @@ main { | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | li { | ||
22 | time:first-child { | ||
23 | margin-right: 0.5em; | ||
24 | } | ||
25 | } | ||
26 | |||
21 | dt { | 27 | dt { |
22 | width: 10em; | 28 | width: 10em; |
23 | float: left; | 29 | float: left; |