Comments now displayed, and captcha functioning
[dylansserver.git] / includes / style.css
index 8b7d97c..f4e7094 100644 (file)
@@ -50,6 +50,7 @@ li {
 
 #exhibit {
        float:right;
+       margin-left:17px;
 }
 
 #exhibit h1 {
@@ -138,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;
 }
@@ -158,3 +167,15 @@ pre {
 #navigation {
        text-align:right;
 }
+
+#comments {
+       border-right:3px solid black;
+       padding-right:15px;
+}
+
+#comment {
+}
+
+#recaptcha_widget_div {
+       float:right;
+}