diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2015-12-17 09:15:42 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2015-12-17 09:44:51 +0100 |
commit | a1789ddde42033f1b05cc4929491214ee6e79383 (patch) | |
tree | 63615735c4ddffaaabf2428946bb26f90899f7bf /skins/Vector/components | |
parent | 9e06a62f265e3a2aaabecc598d4bc617e06fa32d (diff) |
Update to MediaWiki 1.26.0
Diffstat (limited to 'skins/Vector/components')
-rw-r--r-- | skins/Vector/components/common.less | 13 | ||||
-rw-r--r-- | skins/Vector/components/tabs.less | 2 | ||||
-rw-r--r-- | skins/Vector/components/watchstar.less | 4 |
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%; |