Hlist tweaks (size and color)

* Font size should be relative to context
* Only apply linkColor to links in footer

Bug: T169315
Change-Id: Ibb25d8b63e4efaf8b2bc4c28e3bac95a6a16db86
This commit is contained in:
jdlrobson 2017-10-09 09:28:04 -07:00 committed by Jdlrobson
parent 7458b6dd16
commit 88a0baeb6d
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,13 @@ footer {
overflow: auto;
padding-bottom: 6px;
// links should be separated by same color
.hlist {
li:after {
color: @linkColor;
}
}
.last-modified-bar {
border-bottom: solid 1px @footerBorderColor;
background-color: @lastModifiedBarBgColor;

View File

@ -31,8 +31,7 @@ ul.hlist {
// Make sure we override any site styles
content: '•' !important;
padding-left: 8px;
color: @linkColor;
font-size: 16px;
font-size: 1em;
line-height: 1;
}
:last-child:after {