notes/ now working!
[dylansserver.git] / includes / style.css
index 5e993a4..265fcca 100644 (file)
@@ -69,6 +69,7 @@ li {
 
 #contact_me {
        margin-top:100px;
+       font-family:sans-serif;
 }
 
 /* reprap */
@@ -140,6 +141,7 @@ li {
 
 #notes h2 {
        margin-bottom:10px;
+       font-family:sans-serif;
 }
 
 .note {
@@ -149,3 +151,7 @@ li {
 .note p {
        margin-bottom:5px;
 }
+
+pre {
+       margin-top:10px;
+}