]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
add news item for ikiwiki 3.04
[ikiwiki.git] / doc / style.css
index 9086c5023a9465ffc24242629cf9da40ba49c74e..a6e6734e3124151829d585b2b566e5347df84c03 100644 (file)
@@ -23,6 +23,8 @@
        margin: 0;
        padding: 6px;
        list-style-type: none;
+}
+.pageheader .actions ul {
        border-bottom: 1px solid #000;
 }
 
@@ -339,11 +341,6 @@ input#searchbox {
        border: 2px solid;
        background-color: #dee;
        color: black;
-       
-       /* Nonstandard, but very nice. */
-       opacity: 0.95;
-       -moz-opacity: 0.95;
-       filter: alpha(opacity=95);
 }
 
 /* Formbuilder styling */
@@ -372,3 +369,18 @@ legend {
 span.color {
        padding: 2px;
 }
+
+.comment-header {
+       font-style: italic;
+       margin-top: .3em;
+}
+.comment .author {
+       font-weight: bold;
+}
+.comment-subject {
+       font-weight: bold;
+}
+.comment {
+       border: 1px solid #aaa;
+       padding: 3px;
+}