mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
9934783544
Following-up Ica9f8c43617c624648fa12dc86ebb3daa10f0409. Change-Id: I6f698ff98b9c474085bf7370ecaa78db3a3617e8
46 lines
578 B
Plaintext
46 lines
578 B
Plaintext
@import '../../variables.less';
|
|
|
|
/* Footer */
|
|
.mw-footer {
|
|
padding: 0.75em;
|
|
direction: ltr;
|
|
|
|
ul {
|
|
list-style: none none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
color: @color-base;
|
|
margin: 0;
|
|
padding: 0.5em 0;
|
|
font-size: @font-size-footer;
|
|
}
|
|
}
|
|
|
|
#footer-icons {
|
|
float: right;
|
|
|
|
li {
|
|
float: left;
|
|
margin-left: 0.5em;
|
|
line-height: @line-height-footer-buttons;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
#footer-info {
|
|
li {
|
|
line-height: @line-height-footer-info;
|
|
}
|
|
}
|
|
|
|
#footer-places {
|
|
li {
|
|
float: left;
|
|
margin-right: 1em;
|
|
line-height: @line-height-footer-buttons;
|
|
}
|
|
}
|