Difference between revisions of "MediaWiki:Common.css"
From Starsonata Wiki
m |
(test to try to fix tables that are bigger than their contents) |
||
| Line 3: | Line 3: | ||
display: block; | display: block; | ||
width: 98%; | width: 98%; | ||
| − | height: 30em; | + | max-height: 30em; |
overflow-y: scroll; | overflow-y: scroll; | ||
overflow-x: none; | overflow-x: none; | ||
Revision as of 23:02, 26 November 2013
/*@media only screen and (min-device-width: 1024px) {
table.wikitable tbody{
display: block;
width: 98%;
max-height: 30em;
overflow-y: scroll;
overflow-x: none;
border: 2px solid #088;
}
table.wikitable thead{
display: block;
width: 98%;
border: 2px solid #088;
}
}
*/