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