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