MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Fix more table issues.)
Line 55: Line 55:


/*
/*
  * Fixes for table width issues; not sure why these are necessary.
  * Fix for table width issues; not sure why this is necessary.
  */
  */


.citizen-table-wrapper {
.citizen-table-wrapper {
width: 100%;
}
table {
display: table;
width: 100%;
width: 100%;
}
}
Line 591: Line 586:
/* Character info template styling */
/* Character info template styling */
.infobox {
.infobox {
display: table;
width: 100%;
font-size: 90%;
font-size: 90%;
margin-left: auto;
margin-left: auto;