MediaWiki:Mobile.css: Difference between revisions
No edit summary |
m (1 revision imported) |
(No difference)
| |
Latest revision as of 17:27, 19 June 2024
/* All CSS here will be loaded for users of the mobile site */
.content .floatright {
float: none;
}
.content .floatleft {
float: none;
}
img {
height: auto;
}
table.enemyintel {
text-align: center !important;
width: 100% !important;
display: table;
}