summaryrefslogtreecommitdiff
path: root/skins/Vector/components/common.less
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Vector/components/common.less')
-rw-r--r--skins/Vector/components/common.less13
1 files changed, 9 insertions, 4 deletions
diff --git a/skins/Vector/components/common.less b/skins/Vector/components/common.less
index 088b373e..16e26227 100644
--- a/skins/Vector/components/common.less
+++ b/skins/Vector/components/common.less
@@ -60,6 +60,11 @@ body {
h1 {
font-size: @content-heading-font-size;
}
+ .mw-body-content {
+ h1 {
+ margin-top: 1em;
+ }
+ }
h2 {
font-size: 1.5em;
@@ -77,7 +82,7 @@ body {
}
h3 {
- font-size: 1.17em;
+ font-size: 1.2em;
}
h3,
@@ -112,7 +117,6 @@ body {
}
.mw-indicator {
- display: -moz-inline-block;
display: inline-block;
zoom: 1;
*display: inline;
@@ -121,7 +125,7 @@ body {
/* Hide empty portlets */
div.emptyPortlet {
- display: none;
+ display: none;
}
ul {
@@ -129,7 +133,8 @@ ul {
.list-style-image-svg('images/bullet-icon.svg', 'images/bullet-icon.png');
}
-pre, .mw-code {
+pre,
+.mw-code {
line-height: 1.3em;
}