Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: css/http-nav-css.inc
- Revision:
- 77:4689596a2f3f
- Parent:
- 30:6a08abbe6301
- Child:
- 91:9a125082f53c
--- 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"