Template:Archives/styles.css: Difference between revisions
Jump to navigation
Jump to search
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
(No difference)
|
Latest revision as of 02:05, 11 March 2021
/* 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 1%;
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;
}