I added the CLASS properties for the replaced center and font tags in the sideblock "block_online_users" to keep centering the text and the font size.

This commit is contained in:
urs_hunkler 2005-08-03 11:10:30 +00:00
parent 340c48485e
commit c448ea0671
2 changed files with 8 additions and 0 deletions

View File

@ -204,6 +204,10 @@ body#admin-blocks table#incompatible td.c0 {
font-size:1.0em;
}
.sideblock .content .message {
font-size:0.9em
}
.sideblock .header .commands {
font-size:0.9em;
}

View File

@ -436,6 +436,10 @@ table.flexible th.c0 {
padding: 2px;
}
.sideblock .content .message {
text-align:center
}
.sideblock .footer {
margin-bottom: 4px;
text-align:center;