mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
Lower CSS specificity of #footer rules
Change-Id: Id34ed322bde783a1aaaa843b78191dab2191b4d4
This commit is contained in:
parent
b473ce1ff6
commit
4de3ad227f
|
@ -1,5 +1,5 @@
|
||||||
/* Footer */
|
/* Footer */
|
||||||
div#footer {
|
#footer {
|
||||||
margin-left: 10em;
|
margin-left: 10em;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 0.75em;
|
padding: 0.75em;
|
||||||
|
|
|
@ -37,13 +37,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rearrange various page elements to fill the now-available space */
|
/* Rearrange various page elements to fill the now-available space */
|
||||||
body div#footer {
|
body #footer {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
||||||
/* don't need these in the footer either... */
|
/* don't need these in the footer either... */
|
||||||
li#footer-info-lastmod,
|
#footer-info-lastmod,
|
||||||
li#footer-info-viewcount {
|
#footer-info-viewcount {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
margin-left: 11em;
|
margin-left: 11em;
|
||||||
padding: 1.25em 1.5em 1.5em 1.5em;
|
padding: 1.25em 1.5em 1.5em 1.5em;
|
||||||
}
|
}
|
||||||
div#footer {
|
#footer {
|
||||||
margin-left: 11em;
|
margin-left: 11em;
|
||||||
padding: 1.25em;
|
padding: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue