mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +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 {
|
||||
background-color: transparent;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue