MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: 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 give it the full content width.
already lays the content in a grid track that fills all the room left of... beside the pinned TOC (the TOC
large. The ONLY thing squeezing the table is the site's #content max-width cap (1200px desktop, §2) — lift
it for this namespace and the table fills its track, TOC untouched. (Note: on a narrow ~1120px window the
content track itself is small, which masks this — but on a wide monitor the 1200px cap is the real limit.)
@media screen and (min-width: 1000px) {
.ns-3006 #content { max-width: none !important; }
}
| |||