Difference between revisions of "MediaWiki:Common.css"
From Starsonata Wiki
(test to try to fix tables that are bigger than their contents) |
m (un-disabling so i can see if my test actually works...) |
||
Line 1: | Line 1: | ||
− | + | @media only screen and (min-device-width: 1024px) { | |
table.wikitable tbody{ | table.wikitable tbody{ | ||
display: block; | display: block; | ||
Line 14: | Line 14: | ||
} | } | ||
} | } | ||
− |
Revision as of 23:05, 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; } }