Template:RidgeRun Platform Security Manual/styles.css: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 284: Line 284:
         display: none;
         display: none;
     }
     }
/* Tighten up space between nav-bar and title */
.firstHeading {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Remove default top padding/margin of the content wrapper */
.mw-body-content, .mw-content-ltr, #bodyContent {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Reduce margin above the content block */
.main-content {
    margin-top: 0 !important;
}
}
}