A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

User:Ms2ger/monobook.css: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
m (+table styles)
 
(No difference)

Latest revision as of 14:03, 28 August 2009

/* CC-BY-SA, from https://secure.wikimedia.org/wikipedia/en/wiki/MediaWiki:Common.css */
table {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
th, td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
th {
    background: #f2f2f2;
    text-align: center;
}
caption {
    font-weight: bold;
}