X-Git-Url: https://code.delx.au/refind/blobdiff_plain/5664ed3ea160466286aa2c5711f8094b0ec7003b..480ba418c97ece5557ac0efc5dc189ff19fb8b8f:/docs/Styles/styles.css diff --git a/docs/Styles/styles.css b/docs/Styles/styles.css index 6a23832..9ecadda 100644 --- a/docs/Styles/styles.css +++ b/docs/Styles/styles.css @@ -29,7 +29,7 @@ h1,h2,h3,h4 { } .listing { - font-family:Courier,monospace; + font-family:monospace; margin: 0px; padding: 6px; border: 1px solid; @@ -62,6 +62,15 @@ h1,h2,h3,h4 { background-color:#EEE; } +.navbar { + width: 40%; + float: none; + padding: 5px; + border: 5px solid gray; + margin: 10px; + background-color:#EEE; +} + .subhead { font-family:"Verdana", "Trebuchet", "Helvetica", sans-serif; font-size:150%; @@ -72,3 +81,8 @@ h1,h2,h3,h4 { .left { text-align:left; } + +.tight { + margin-top: 0.25em; + margin-bottom: 0.5em; +}