Difference between revisions of "MediaWiki:Common.css"
From Starsonata Wiki
m |
m |
||
Line 1: | Line 1: | ||
table.wikitable { | table.wikitable { | ||
− | width: 90%; | + | max-width: 90%; |
− | height: 30em; | + | max-height: 30em; |
overflow: auto; | overflow: auto; | ||
border: 2px solid #088; | border: 2px solid #088; | ||
} | } |
Revision as of 01:21, 22 November 2013
table.wikitable { max-width: 90%; max-height: 30em; overflow: auto; border: 2px solid #088; }