X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/23be8e3843eae94bb1ead23c62901c1d730a36c2..47f517aeb13c35d25d466f7cedcbf88fee1486a8:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 35a133198..424d43816 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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; } @@ -502,6 +510,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;