diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 21:26:15 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 21:26:15 +0200 |
commit | bc288cdc12e9bfdf9ed2fe0954b7b25ce2ede009 (patch) | |
tree | 1a72e1252a86a5f9f4835d9b1692b4b881192f83 /src/style | |
parent | 6ca04ed7d406781bb47dc826bea12f970cd4ebb8 (diff) | |
download | rgoncalves.se-bc288cdc12e9bfdf9ed2fe0954b7b25ce2ede009.tar.gz |
Display options for date in index
Diffstat (limited to 'src/style')
-rw-r--r-- | src/style/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/style/style.css b/src/style/style.css index 8d60214..1aaf857 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -52,10 +52,6 @@ ul.index li { background-color: #eeeeee; } ul.index li span { - float: right; -} - -span.date { display: block; } |