]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
example script
[ikiwiki.git] / doc / style.css
index 81a260afd78ef97a18d9ef4727c12627cc37bd00..98a28f34769d34d43feb2a8d73f37fddd10442be 100644 (file)
@@ -23,6 +23,8 @@
        margin: 0;
        padding: 6px;
        list-style-type: none;
+}
+.pageheader .actions ul {
        border-bottom: 1px solid #000;
 }
 
@@ -42,6 +44,9 @@ div.inlinecontent {
 .pagefooter {
        clear: both;
 }
+.inlinefooter {
+       clear: both;
+}
 
 .tags {
 }
@@ -339,11 +344,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 */