notes/ now working!
[dylansserver.git] / includes / style.css
index 084bec1..265fcca 100644 (file)
@@ -69,6 +69,7 @@ li {
 
 #contact_me {
        margin-top:100px;
+       font-family:sans-serif;
 }
 
 /* reprap */
@@ -130,3 +131,27 @@ li {
 #i_like_pandora_entry {
        font:1.4em "lucida console";
 }
+
+/* notes */
+#notes {
+       float:right;
+       text-align:right;
+       margin-top:20px;
+}
+
+#notes h2 {
+       margin-bottom:10px;
+       font-family:sans-serif;
+}
+
+.note {
+       margin-bottom:40px;
+}
+
+.note p {
+       margin-bottom:5px;
+}
+
+pre {
+       margin-top:10px;
+}