diff options
author | jdlrobson <jdlrobson@gmail.com> | 2021-04-14 15:03:44 -0700 |
---|---|---|
committer | Jdlrobson <jrobson@wikimedia.org> | 2021-04-20 00:53:13 +0000 |
commit | 046c0b8a9ad469a801e24dd7fa77e81c434f9c9e (patch) | |
tree | aa1771df5144488f1827923cdd71bad97b402153 /mw-config | |
parent | fe269a6d6399934aabc26f8d24a5ffc27735e83a (diff) | |
download | mediawikicore-046c0b8a9ad469a801e24dd7fa77e81c434f9c9e.tar.gz mediawikicore-046c0b8a9ad469a801e24dd7fa77e81c434f9c9e.zip |
Installer: Simplify stylesheet
The installer needs a handful of the styles provided by
ResourceLoaderSkinModule. Reduce it to the minimum required in
preparation for the deprecation of the `legacy` feature.
Bug: T232903
Change-Id: I6a718232897448a94fe1ddda547ae5a5c671b7aa
Diffstat (limited to 'mw-config')
-rw-r--r-- | mw-config/config.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mw-config/config.css b/mw-config/config.css index c84a00bd06c9..cda7326a9463 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -270,6 +270,10 @@ body { background-image: url( images/installer-logo.png ); } +.visualClear { + clear: both; +} + /** WARNING BOX STYLES */ .mw-installer-box-left { margin: 7px; |