From 1d4ba1a97679171053694d5916fa6467e37f749a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 15 Feb 2022 22:15:12 +0100 Subject: style: Oneline display for index content --- src/style/style.css | 10 ---------- 1 file changed, 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; } - } -- cgit v1.2.3