From: joey Date: Sat, 12 May 2007 19:30:29 +0000 (+0000) Subject: page cloud was split into two definitions X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/a84c7a842fb2a48377f74696784a09044eed8799 page cloud was split into two definitions --- diff --git a/doc/style.css b/doc/style.css index 1cd856c53..34dd5a49c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -89,13 +89,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; @@ -152,6 +145,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%; }