MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 29: Line 29:
     margin-top: 0;
     margin-top: 0;
     padding-top: 0;
     padding-top: 0;
}
.current-text-header:first-child {
    padding-top: 0; /* Removes padding above the first header */
    margin-top: 0;
}
}


Line 51: Line 46:
     display: block;
     display: block;
     width: 100%;
     width: 100%;
    margin-top: 0;
}
.current-media-header:first-child {
    padding-top: 0; /* Removes padding above the first header */
     margin-top: 0;
     margin-top: 0;
}
}
Line 171: Line 161:
     width: 100% !important;   
     width: 100% !important;   
     height: 100% !important;
     height: 100% !important;
     padding-left: 2%;
     padding-left: 2%;  
    padding-bottom: 2%;
     max-width: 96%;           
     max-width: 96%;           
     box-sizing: border-box;   
     box-sizing: border-box;   
}
}