]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
web commit by enodev
[ikiwiki.git] / doc / style.css
index 0a37e55aa5f60f3aa3259979dc0bff4b7c688072..6fdb76ac0086446ad0c1e5fde938f7ddbf074c56 100644 (file)
        padding: .2em .4em;
 }
 
-#backlinks {
-       margin: 1em 0;
+.tags {
+       clear: both;
 }
 
-.tags {
+#footer {
        clear: both;
+       margin: 1em 0;
+       border-top: 1px solid #000;
 }
 
 div.tags {
-       border-top: 1px solid #000;
+       margin-top: 1em;
 }
 
-#footer {
-       margin: 1em 0;
+#backlinks {
+       margin-top: 1em;
 }
 
 #searchform {
@@ -60,6 +62,10 @@ div.tags {
        width: 100%;
 }
 
+img {
+       border: 0px;
+}
+
 /* Stuff for the RecentChanges table. */
 tr.changeheader {
        background: #eee;
@@ -107,6 +113,7 @@ td.changelog {
        clear: both;
        font-style: italic;
        display: block;
+       margin-top: 1em;
 }
 
 /* Used for invalid form fields. */
@@ -262,7 +269,3 @@ input#openid_url {
        -moz-opacity: 0.95;
        filter: alpha(opacity=95);
 }
-.popup:hover .expand,
-.popup:focus .expand {
-       display: inline;
-}