MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,201:
/* Optional: Hide expanded URLs in tables when printing to keep columns tidy */
.wikitable a.external.text::after {
content: none !important;
}
}
/* Fix print formatting for table paragraphs and hide expanded URLs */
@media print {
.wikitable p {
font-size: inherit;
text-align: inherit; /* Forces text to respect the cell's left alignment */
margin-top: 0.25em;
margin-bottom: 0.25em;
}
.wikitable a.external.text::after {
content: none !important;
| |||