summaryrefslogtreecommitdiff
path: root/skins/common/commonElements.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/commonElements.css')
-rw-r--r--skins/common/commonElements.css12
1 files changed, 6 insertions, 6 deletions
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;