* Echo icon positioning fix in rtl languages (thanks to RoanKattouw)
* Fix for header lines overlapping with floats (thanks to someone who...
I don't actually remember, but they're absolutely lovely too)
Change-Id: I57825a7e7e06184f452cec69b15b484173b59413
I am pretty sure this is unnecessary in almost all places this mixin
is used, and at least one of them (for 'fieldset') is causing issues
(T181258).
The only place I am not pretty sure about is in the .nav-block()
mixin, so let's add it back there.
Bug: T181258
Change-Id: I77d34634d97b38712e74bc5f2227e42e9c49f18d
I82db33d656 in core changes the toggle button of the TOC.
This change removes the brackets around the new toctoggle, too.
Depends-On: I82db33d656b3795d7134a91d20ed9d93a3471086
Change-Id: I4ebe356e266a93b2391650ac915940432e02f0ef
Copypasted from core /resources/src/mediawiki.skinning/elements.css with
colors adjusted for Timeless.
Bug: T177142
Change-Id: Ic6d18911df4f1ea504ed547292676eac1ff54995
Timeless has required MW 1.29 or newer de facto for many months now, so
users should just use wfLoadSkin( 'Timeless' ); in their wiki's
LocalSettings.php to load the skin.
Change-Id: Ib34ffd24e9ce0b7d230ad5617366a0375bd594c7
The font-size is direct copypasta from MonoBook; on MonoBook #contentSub's
color is #54595d whereas here it uses the @grey-dark variable (which is
defined as the hex color #666 in variables.less).
Bug: T173951
Change-Id: Id57a3e2acab1f734b6a8ba65734c9d3d828d9ca7
Downloaded from http://jquerymobile.com/download-builder/ with two modules:
* Core / Virtual Mouse (vmouse) Bindings
* Events / Touch
Local hacks:
* Replaced all .bind() calls with .on() to avoid jQuery Migrate warnings
* Replaced all .unbind() calls with .off() to avoid jQuery Migrate warnings
Bug: T165816
Bug: T174545
Change-Id: Icdcaf49c583f2f1380656cd0a0b6333ace0f1c53
Timeless requires MW 1.29 or newer anyway, so this is perfectly fine,
given that DB_SLAVE is deprecated in modern versions of MW in favor of the
new DB_REPLICA constant (which was even backported to MW 1.27 branch).
Change-Id: I96635a042a7b149cc024f44f3383421a7c7fb721
Apparently not defining the height property makes everything just plain
messed up, and to fix things, all you need is the height property that has
a value (other than "auto") of some kind.
Bug: T173769
Change-Id: Ie8c86e01c77b3f5de11c1bd7c6bf491c8ef0fb26