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: 874c1e506706ca900fd8165ce272baaa91c0e0d6
parent: 0a61268ccc8a088468e3f87f3429163bcca0e6bc
author: Chris Noxz <chris@noxz.tech>
date:   Fri, 19 Aug 2022 08:42:45 +0200
give navigation bar a more static width
Mnoxz.tech/pub/style.css5++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/noxz.tech/pub/style.css b/noxz.tech/pub/style.css
@@ -151,7 +151,7 @@ pre code {
 	margin          : 0 1px 0 0;
 	padding         : 1em 0;
 	border-right    : 1px solid #f4f4f4;
-	width           : 15em;
+	min-width       : 10em;
 }
 
 #nav ul {
@@ -201,13 +201,12 @@ pre code {
 }
 
 #nav li a:hover {
-	background-color: #f4f4f4;
+	background-color: #fafafa;
 	text-decoration : none;
 }
 
 #nav li.active>a {
 	color           : #222;
-	font-weight     : bold;
 }
 
 #main {