diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-02-15 22:15:12 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-02-15 22:15:12 +0100 |
commit | 1d4ba1a97679171053694d5916fa6467e37f749a (patch) | |
tree | a58718621617412391d5ba9119b81abe4f2036a1 /src/style | |
parent | 0d3176bc3768cbe711aa6485537adc139fe6a4c4 (diff) | |
download | rgoncalves.se-1d4ba1a97679171053694d5916fa6467e37f749a.tar.gz |
style: Oneline display for index content
Diffstat (limited to 'src/style')
-rw-r--r-- | src/style/style.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/style/style.css b/src/style/style.css index eaf6088..b8c073c 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -46,11 +46,6 @@ ul.index { ul.index li { margin: .4em 0 .4em 0; display: block; - background-color: #eeeeee; -} - -ul.index li span { - display: block; } li { @@ -81,10 +76,6 @@ table th, table td { overflow: hidden; } -table tr:hover { - background-color: #eeeeee; -} - /* code */ pre, p code, li code { @@ -117,5 +108,4 @@ img, video { table { table-layout: fixed; } - } |