Comments now displayed, and captcha functioning
[dylansserver.git] / includes / style.css
index 1af153d..f4e7094 100644 (file)
@@ -139,11 +139,19 @@ li {
        margin-top:20px;
 }
 
-#notes h2, #note h2 {
+#notes h2 {
        margin-bottom:10px;
        font-family:sans-serif;
 }
 
+#note h2 {
+       font-family:sans-serif;
+}
+
+#comment_link {
+       font-size:80%;
+}
+
 .note {
        margin-bottom:40px;
 }
@@ -159,3 +167,15 @@ pre {
 #navigation {
        text-align:right;
 }
+
+#comments {
+       border-right:3px solid black;
+       padding-right:15px;
+}
+
+#comment {
+}
+
+#recaptcha_widget_div {
+       float:right;
+}