]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
remove old commit that added calendar to basewiki sandbox
[ikiwiki.git] / doc / style.css
index 35a133198afc470668629b842f58679195852011..b52c72b6b694913394c77fad256b6b93d565ff5f 100644 (file)
@@ -202,6 +202,13 @@ div.recentchanges {
        margin-top: 1em;
 }
 
+.archivepagedate {
+       font-style: italic;
+}
+.archivepage {
+       margin-bottom: 1em;
+}
+
 .error {
        color: #C00;
 }
@@ -275,6 +282,7 @@ div.progress-done {
 @media print {
        .actions { display: none; }
        .tags { display: none; }
+       .trails { display: none; }
        .feedbutton { display: none; }
        #searchform { display: none; }
        .blogform, #blogform { display: none; }
@@ -315,6 +323,7 @@ div.progress-done {
 .popup .paren,
 .popup .expand {
        display: none;
+       text-align: left;
 }
 .popup:hover .balloon,
 .popup:focus .balloon {
@@ -502,6 +511,10 @@ a.openid_large_btn:focus {
        background: url(ikiwiki/images/pbar-ani.gif);
 }
 
+.trails {
+       margin-top: 1em;
+       margin-bottom: 1em;
+}
 .trail {
        display: block;
        clear: both;