mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Hide last modified text in footer
This repeats information in the last modified BAR Bug: T173545 Change-Id: I75e07dfb08b12169cc4215995aa259b731ec2ad8
This commit is contained in:
parent
5b545778c0
commit
d59a65d133
|
@ -35,6 +35,11 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if footer has last modified line hide it (T173545)
|
||||||
|
#footer-info-lastmod {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.last-modified-bar {
|
.last-modified-bar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue