kisscommunity

kisscommunity.bvnf.space site sources
Log | Files | Refs | Submodules | README

commit 26d2a5b9b2f4a82281977e57fc7b977040bef5c5
parent fb5a4644eaead62bc3bcecc94a89ea85fe7d1afd
Author: aabacchus <ben@bvnf.space>
Date:   Fri, 20 May 2022 19:19:09 +0100

style.css: remove unused rules

Diffstat:
Mwiki/style.css | 24+-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/wiki/style.css b/wiki/style.css @@ -12,7 +12,7 @@ a { color: #005386; } -#header a, #nav a, #menu a { +#nav a, #menu a { text-decoration: none; } @@ -46,19 +46,6 @@ blockquote::before { background-color: #069; } -#header { - background-color: #eee; - clear: both; - color: #555; - font-size: 1.78em; - padding: 0.7ex 0.7ex 0.7ex 0.7em; -} - -#headerLink { - color: #17a; - margin-left: 5px; -} - h1 { margin: 1em 1ex 0.5ex 0; font-size: 1.4em; @@ -79,12 +66,6 @@ h4 { font-size: 0.9em; } -#headerSubtitle { - font-size: 0.75em; - font-style: italic; - margin-left: 1em; -} - #content { clear: both; margin: 0; @@ -147,9 +128,6 @@ h4 { #menu { border-top: 1px solid #222; } - #header { - background-color: #111; - } #nav a:hover { background-color: #222; }