MediaWiki:Mobile.css: Difference between revisions
Added some Wrath and Glory classes, and a 'text-center' class. |
(No difference)
|
Revision as of 12:57, 28 October 2024
/* All CSS here will be loaded for users of the mobile site */
.wrath-table-header {
background-color: #eee;
}
.wrath-table-cell {
background-color: #f8f8f8;
}
.text-center {
text-align: center;
}