Line 37: | Line 37: | ||
height: 100px; | height: 100px; | ||
margin-bottom: -10px; | margin-bottom: -10px; | ||
+ | } | ||
+ | |||
+ | #bodyContent footer p { | ||
+ | text-align: center; | ||
} | } |
Revision as of 22:18, 27 August 2016
/***OVERRIDE DEFAULT WIKI***/
- globalWrapper, #content, #bodyContent {
margin: 0 auto; padding: 0; height: 100%; width: 100%; border: 0px; background-color: transparent;
}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { margin: 0; }
/****/
body { margin-top: 20px; }
.center {
text-align: center;
}
.navbar-fixed-top { margin-top: 16px; }
.navbar-nav { float: right; }
footer {
background-color: #222; color: #fff; height: 100px; margin-bottom: -10px;
}
- bodyContent footer p {
text-align: center;
}