]> code.delx.au - refind/blobdiff - docs/Styles/styles.css
New Yosemite documentation file.
[refind] / docs / Styles / styles.css
index 5721247a8cd857cf0e5fc60bde9dfcc46ef249bc..9ecaddad68dcae10859e4ba250309622936319a5 100644 (file)
@@ -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;
+}