MediaWiki

Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 13: Line 13:
}
}


table, th, td {
tbody {
     border: 5px solid black;
     border: 5px solid black;
}
}

Revision as of 08:10, 1 November 2015

/* CSS placed here will affect users of the mobile site */

.mobilehide {
    display: none; 
}

table {
    width: 100%;
}

td {
    vertical-align: middle;
}

tbody {
    border: 5px solid black;
}