@import 'mediawiki.mixins.less'; @import 'minerva.variables.less'; @import 'minerva.mixins.less'; .content { p { margin: 0.5em 0 1em 0; } } strong, b { font-weight: bold; } em, i { font-style: italic; } // Code // // Use this solely for blocks of computer code. // // Markup: // // body { // color:red; // } // // // Styleguide 1.6. // Preformatted text // // Use on text where whitespace is significant and the content should not be formatted. // // Markup: //
// body {
//   color:red;
// }
// 
// // Styleguide 1.7. code, pre { font-family: @fontFamilyMonospace; border: solid 1px @colorGray12; white-space: pre-wrap; } code { padding: 0.2em 0.5em; } pre { padding: 1em; } .mw-ref, sup { vertical-align: super; } sub { vertical-align: sub; } .mw-ref, sub, sup { font-size: 0.75em; // Avoid line-height issues caused by sup and sub line-height: 1; }