page cloud was split into two definitions

master
joey 2007-05-12 19:30:29 +00:00
parent 42967a5046
commit a84c7a842f
1 changed files with 4 additions and 7 deletions

View File

@ -89,13 +89,6 @@ td.changelog {
font-style: italic; font-style: italic;
} }
.pagecloud {
padding: 10px 10px;
border: 1px solid #aaa;
background: #eee;
color: black !important;
}
/* Used for adding a blog page. */ /* Used for adding a blog page. */
#blogform { #blogform {
padding: 10px 10px; padding: 10px 10px;
@ -152,6 +145,10 @@ td.changelog {
float: right; float: right;
width: 30%; width: 30%;
text-align: center; text-align: center;
padding: 10px 10px;
border: 1px solid #aaa;
background: #eee;
color: black !important;
} }
.smallestPC { font-size: 70%; } .smallestPC { font-size: 70%; }
.smallPC { font-size: 85%; } .smallPC { font-size: 85%; }