Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
77:4689596a2f3f
Parent:
30:6a08abbe6301
Child:
91:9a125082f53c
diff -r bb34dbb26aae -r 4689596a2f3f css/http-nav-css.inc
--- a/css/http-nav-css.inc	Thu Mar 21 11:21:19 2019 +0000
+++ b/css/http-nav-css.inc	Sat Mar 23 12:26:49 2019 +0000
@@ -3,6 +3,8 @@
 "@media (min-width: 600px) { * { font-size:24px; } }\r\n"
 //Override the left margin to fit the nav bar and make the line spacing smaller
 "body              { margin-left:6em; }\r\n"
+//Overide the line container to match
+".line             { width:17em; }\r\n"
 //Specify the nav bar itself
 "nav ul            { list-style-type:none; margin:0; padding:0; overflow:hidden; position:fixed; top:0; left:0; width:5em; font-size:1.2em; }\r\n"
 "nav ul li         { background:lightskyblue; padding:0; border-style:none; margin:0.2em; }\r\n"