Difference between revisions of "MediaWiki:Common.css"
From Starsonata Wiki
m |
m |
||
| Line 1: | Line 1: | ||
| − | table.wikitable { | + | @media only screen and (max-device-width: 480px) { |
| − | + | table.wikitable { | |
| − | + | display: block; | |
| − | + | width: 98%; | |
| − | + | height: 30em; | |
| − | + | overflow-y: scroll; | |
| + | border: 2px solid #088; | ||
| + | } | ||
} | } | ||
Revision as of 01:45, 22 November 2013
@media only screen and (max-device-width: 480px) {
table.wikitable {
display: block;
width: 98%;
height: 30em;
overflow-y: scroll;
border: 2px solid #088;
}
}