mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "[Refactor] Move footer layout rules to layout.less"
This commit is contained in:
commit
697d796288
|
@ -2,8 +2,6 @@
|
|||
|
||||
/* Footer */
|
||||
#footer {
|
||||
margin-left: 10em;
|
||||
margin-top: 0;
|
||||
padding: 0.75em;
|
||||
direction: ltr;
|
||||
|
||||
|
|
|
@ -67,6 +67,11 @@
|
|||
width: 10em;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin-left: 10em;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Vector screen styles for high definition displays. These rules cross the above components and are
|
||||
|
|
Loading…
Reference in a new issue