aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-02-15 22:15:12 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-02-15 22:15:12 +0100
commit1d4ba1a97679171053694d5916fa6467e37f749a (patch)
treea58718621617412391d5ba9119b81abe4f2036a1
parent0d3176bc3768cbe711aa6485537adc139fe6a4c4 (diff)
downloadwebsite-1d4ba1a97679171053694d5916fa6467e37f749a.tar.gz
style: Oneline display for index content
-rw-r--r--src/style/style.css10
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;
}
-
}
remember that computers suck.