]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
web commit by intrigeri: pedigree: (begining of) answer
[ikiwiki.git] / doc / style.css
index 026d2c8817d6f35fd1ad76a6e4b3c9551292efbd..0e3bfb3e6caf3226988a74f5f299debd8ab62ee2 100644 (file)
        padding: .2em .4em;
 }
 
-.tags {
+.pagefooter {
        clear: both;
 }
 
+.tags {
+}
+
 #pageinfo {
-       clear: both;
        margin: 1em 0;
        border-top: 1px solid #000;
 }
@@ -53,6 +55,12 @@ div.tags {
        text-decoration: none;
 }
 
+.img caption {
+       font-size: 80%;
+       caption-side: bottom;
+       text-align: center;
+}
+
 #backlinks {
        margin-top: 1em;
 }
@@ -92,6 +100,9 @@ div.recentchanges {
 .recentchanges .desc {
        display: none;
 }
+.recentchanges .diff {
+       display: none;
+}
 .recentchanges .committer {
        float: left;
        margin: 0;
@@ -131,12 +142,15 @@ div.recentchanges {
 .pagedate,
 .pagelicense,
 .pagecopyright {
-       clear: both;
        font-style: italic;
        display: block;
        margin-top: 1em;
 }
 
+.error {
+       color: #C00;
+}
+
 /* Used for invalid form fields. */
 .fb_invalid {
        color: red;