noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 87a25554604ef4c0b5275b3447bee555880cae07
parent: 25a8f0e839e01937da79d2d90d5ac749db4144eb
author: Chris Noxz <chris@noxz.tech>
date:   Thu, 5 May 2022 10:13:42 +0200
remove unused css code
Mnoxz.tech/pub/style.css10+++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/noxz.tech/pub/style.css b/noxz.tech/pub/style.css
@@ -150,7 +150,7 @@ pre code {
 #nav li a {
 	display         : block;
 	margin          : 0;
-	padding         : 0.5em 2em;
+	padding         : 0.2em 2em;
 	line-height     : 1.65em;
 }
 
@@ -255,17 +255,13 @@ p.right {
 	margin          : 0;
 }
 
-a.rss, a.twtxt {
+a.twtxt {
 	display         : block;
 	background      : none no-repeat 0.7em center;
-	padding         : 0.5em 0 0.5em 2em !important;
+	padding         : 0.2em 0 0.2em 2em !important;
 	margin          : 0;
 }
 
-a.rss {
-	background-image: url("./rss.svg");
-}
-
 a.twtxt {
 	background-image: url("./twtxt.svg");
 }