aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-12 19:30:29 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-12 19:30:29 +0000
commita84c7a842fb2a48377f74696784a09044eed8799 (patch)
tree8bf732d51f89518466fdf8d3083f2677f26bae12 /doc/style.css
parent42967a5046d5366eec494c5472f45b4055173d78 (diff)
downloadikiwiki-a84c7a842fb2a48377f74696784a09044eed8799.tar
ikiwiki-a84c7a842fb2a48377f74696784a09044eed8799.tar.gz
page cloud was split into two definitions
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css11
1 files changed, 4 insertions, 7 deletions
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%; }