X-Git-Url: https://code.delx.au/refind/blobdiff_plain/9b877e67c541f1c08950930a0ad8e0c6ee2ea2e9..d8f5091fd0d957c7124a4220981f915d65bdeb86:/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; +}