summaryrefslogtreecommitdiff
path: root/skins/Vector/components
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-12-17 09:15:42 +0100
committerPierre Schmitz <pierre@archlinux.de>2015-12-17 09:44:51 +0100
commita1789ddde42033f1b05cc4929491214ee6e79383 (patch)
tree63615735c4ddffaaabf2428946bb26f90899f7bf /skins/Vector/components
parent9e06a62f265e3a2aaabecc598d4bc617e06fa32d (diff)
Update to MediaWiki 1.26.0
Diffstat (limited to 'skins/Vector/components')
-rw-r--r--skins/Vector/components/common.less13
-rw-r--r--skins/Vector/components/tabs.less2
-rw-r--r--skins/Vector/components/watchstar.less4
3 files changed, 13 insertions, 6 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;
}
diff --git a/skins/Vector/components/tabs.less b/skins/Vector/components/tabs.less
index 2d28d938..351f317a 100644
--- a/skins/Vector/components/tabs.less
+++ b/skins/Vector/components/tabs.less
@@ -184,6 +184,8 @@ div.vectorMenu div.menu {
clear: both;
text-align: left;
display: none;
+ // overlap indicators (which has z-index 1, too)
+ z-index: 1;
}
/* Enable forcing showing of the menu for accessibility */
diff --git a/skins/Vector/components/watchstar.less b/skins/Vector/components/watchstar.less
index a389ed6d..4c142077 100644
--- a/skins/Vector/components/watchstar.less
+++ b/skins/Vector/components/watchstar.less
@@ -1,4 +1,4 @@
-@import "mediawiki.mixins.rotation"
+@import "mediawiki.mixins.rotation";
/* Watch/Unwatch Icon Styling */
#ca-unwatch.icon a,
@@ -11,7 +11,7 @@
padding-top: 3.1em;
margin-top: 0;
/* Only applied in IE6 */
- margin-top: -0.8em !ie;
+ _margin-top: -0.8em;
height: 0;
overflow: hidden;
background-position: 5px 60%;