MediaWiki:Mobile.css: Difference between revisions

From Every F\\\\\\\'n FF Scripts
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;
}