Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
m (Reverted edits by Ian Wojtowicz (talk) to last revision by Nate)
(Formatting for Navboxes)
Line 92: Line 92:
.prettytable caption {
.prettytable caption {
     font-weight: bold;
     font-weight: bold;
}
/* Default style for navigation boxes */
.navbox {                    /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
}