fixed linking to anchor
[dylansserver.git] / includes / style.css
index 813ec72..86c4529 100644 (file)
@@ -7,6 +7,10 @@ a {
        text-decoration:none;
 }
 
+li {
+       list-style:none;
+}
+
 #structure {
        padding-top:1px;
        background-color:#fff;
@@ -94,7 +98,7 @@ a {
 }
 
 .reprap_entry-title {
-       font: 1.5em georgia, times, serif;
+       font: 1.5em georgia, times;
        text-decoration: none;
        color: black;
        display: block;
@@ -105,5 +109,21 @@ a {
 }
 
 .readoo_entry{
-       font:1.6em verdana;
+       font:1.6em arial;
+}
+
+.drawcss_entry{
+       font:1.6em "lucida console";
+}
+
+.youtube_backup-entry-title{
+       font:1.6em "lucida console";
+}
+
+.youtube_backup-entry{
+       font:1.3em "lucida console";
+}
+
+.shownDiv{
+       border:1px solid black;
 }