X-Git-Url: https://code.delx.au/refind/blobdiff_plain/7e41f7799b358fdd955115c904e5862cb1efc44d..76f5e60d25a0c4768bc6c3d5fb1344def1c0dcdc:/docs/Styles/styles.css diff --git a/docs/Styles/styles.css b/docs/Styles/styles.css index 5721247..9ecadda 100644 --- a/docs/Styles/styles.css +++ b/docs/Styles/styles.css @@ -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; +}