From 63601400e476c6cf43d985f3e7b9864681695ed4 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 18 Jan 2013 16:46:04 +0100 Subject: Update to MediaWiki 1.20.2 this update includes: * adjusted Arch Linux skin * updated FluxBBAuthPlugin * patch for https://bugzilla.wikimedia.org/show_bug.cgi?id=44024 --- skins/common/commonElements.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'skins/common/commonElements.css') diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index 5590bfa1..02fd29fe 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -1,6 +1,7 @@ -/* -** MediaWiki style sheet for general styles on basic content elements -*/ +/** + * MediaWiki style sheet for general styles on basic content elements + * This style sheet is used by the monobook and vector skins + */ /* Links */ a { @@ -78,7 +79,6 @@ h6 { padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; - width: auto; } h1 { font-size: 188%; @@ -183,7 +183,7 @@ blockquote { font-family: Times, "Times New Roman", serif; font-style: italic; }*/ -pre, code, tt, kbd, samp { +pre, code, tt, kbd, samp, .mw-code { /* * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari. * Specifying any valid, second value will trigger correct behaviour without forcing a different font. @@ -193,7 +193,7 @@ pre, code, tt, kbd, samp { code { background-color: #f9f9f9; } -pre { +pre, .mw-code { padding: 1em; border: 1px dashed #2f6fab; color: black; -- cgit v1.2.3-54-g00ecf