mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Merge "Remove some unnecessary direction-specific CSS"
This commit is contained in:
commit
e56077fc0b
|
@ -46,12 +46,3 @@ div#footer {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.ltr {
|
||||
div#footer {
|
||||
#footer-places {
|
||||
/* @noflip */
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -146,11 +146,6 @@ div.vectorMenu {
|
|||
}
|
||||
}
|
||||
|
||||
body.rtl div.vectorMenu {
|
||||
/* @noflip */
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
div#mw-head div.vectorMenu h3 {
|
||||
/* @noflip */
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue