MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 25: Line 25:
     display: block;
     display: block;
     width: 100%
     width: 100%
}
.current-text-header:first-child {
    padding-top: 0; /* Removes padding above the first header */
}
}


Line 41: Line 45:
     display: block;
     display: block;
     width: 100%;
     width: 100%;
}
.current-media-header:first-child {
    padding-top: 0; /* Removes padding above the first header */
}
}