Hide last modified text in footer

This repeats information in the last modified BAR

Bug: T173545
Change-Id: I75e07dfb08b12169cc4215995aa259b731ec2ad8
This commit is contained in:
jdlrobson 2017-08-25 10:35:23 -05:00 committed by Jdlrobson
parent 5b545778c0
commit d59a65d133
1 changed files with 5 additions and 0 deletions

View File

@ -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;