page cloud was split into two definitions
parent
42967a5046
commit
a84c7a842f
|
@ -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%; }
|
||||||
|
|
Loading…
Reference in New Issue