X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/190202dd4ee8c11dc60d5fa801ca19b4b7b0e3f6..6809a70bb51c96a9fdfee3473d200237c8eab219:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 1cd856c53..0fa15d2b1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -49,6 +49,10 @@ div.tags { margin-top: 1em; } +.mapparent { + text-decoration: none; +} + #backlinks { margin-top: 1em; } @@ -89,13 +93,6 @@ td.changelog { font-style: italic; } -.pagecloud { - padding: 10px 10px; - border: 1px solid #aaa; - background: #eee; - color: black !important; -} - /* Used for adding a blog page. */ #blogform { padding: 10px 10px; @@ -109,7 +106,9 @@ td.changelog { border: 1px solid #aaa; } -.pagedate { +.pagedate, +.pagelicense, +.pagecopyright { clear: both; font-style: italic; display: block; @@ -152,6 +151,10 @@ td.changelog { float: right; width: 30%; text-align: center; + padding: 10px 10px; + border: 1px solid #aaa; + background: #eee; + color: black !important; } .smallestPC { font-size: 70%; } .smallPC { font-size: 85%; }