Fixed /note/'s comment link logic
[dylansserver.git] / includes / style.css
index 8b7d97c..e7c97e0 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,31 @@ pre {
 #navigation {
        text-align:right;
 }
+
+#comments {
+       border-right:1px solid black;
+       padding-right:15px;
+}
+
+#comment {
+       padding-right:15px;
+       border-right:1px solid black;
+       margin-top:15px;
+       text-align:right;
+}
+
+#comment input {
+       border:1px solid grey;
+}
+
+#comment textarea {
+       border:1px solid grey;
+}
+
+#comment .submit {
+       background:#FFF;
+       border:1px solid white;
+       color:blue;
+       cursor:pointer;
+       font-size:120%;
+}