MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 2,050:
} /* matching the top/right/bottom edges (not the lighter inter-cell --wt-border). */
/* A Datacheck page is a single wide review TABLE, not prose — so lift the site's readability
content column (#content is 900px base / 1200px desktop) and let it use ~the full viewport. That gives the
glossary table room to lay out so it stops scrolling horizontally. Body prose is unaffected:
.mw-parser-output p is measure-capped (§10), so only the table (min-width:0 / max-width:none, above)
actually takes the extra width. Higher specificity than the #content rules above, so !important wins. */
▲ p is measure-capped (§10), so only the table (min-width:0 / max-width:none, above) takes the extra width. */
.ns-3006 #content {
max-width: 95vw !important;
| |||