Difference between revisions of "Template:Archives/styles.css"
Jump to navigation
Jump to search
Mediawiki>Tacsipacsi (Created page with "→Overqualified and duplicating .mbox-small’s some styles so that it’s properly flipped on RTL pages (Common.css is not flipped based on content language): body.medi...") |
Joelmartin (talk | contribs) m (1 revision imported) |
(No difference)
|
Latest revision as of 23:13, 30 November 2019
/* Overqualified and duplicating .mbox-small’s some styles so that it’s properly
flipped on RTL pages (Common.css is not flipped based on content language) */
body.mediawiki table.archivebox.mbox-small {
text-align: center;
margin: 4px 0 4px 1em;
float: right;
clear: right;
}
.archivebox .archivelist {
text-align: left;
}
.archivebox .archivelist .archivelist-short {
text-align: center;
}
.archivebox .archivebox-botnote-small,
.archivebox .archivebox-edit {
font-size: small;
}