MediaWiki:Common.css: Difference between revisions
Hardcode 15em sidebar width for CGM label |
Scroll wrapper for wide specialty table |
||
| Line 797: | Line 797: | ||
margin: 0 auto; | margin: 0 auto; | ||
color: #333; | color: #333; | ||
} | |||
/* Wide By The Numbers tables (many specialty columns) */ | |||
.rb-wide-table { | |||
overflow-x: auto; | |||
max-width: 100%; | |||
margin: 0.8em 0 1.2em 0; | |||
} | |||
.rb-wide-table .wikitable { | |||
margin: 0; | |||
} | } | ||