Lower CSS specificity of #footer rules

Change-Id: Ic53bc9639b8a664909d81e242010e86fecd81c65
This commit is contained in:
Volker E 2018-03-17 22:17:24 -07:00
parent edd5682094
commit 0875be18f2
3 changed files with 6 additions and 6 deletions

View file

@ -30,12 +30,12 @@ div#column-one {
right: 0;
}
div#footer {
#footer {
margin-left: 13.6em;
border-left: 1px solid #fabd23;
}
.rtl div#footer {
.rtl #footer {
margin-left: 0;
margin-right: 13.6em;
border-left: 0;
@ -43,7 +43,7 @@ div#footer {
}
/* float/negative margin brokenness */
* html div#footer {
* html #footer {
margin-top: 0;
}

View file

@ -92,7 +92,7 @@ div.tleft {
}
*/
div#footer li {
#footer li {
/* Work around bug with inline <li> tags with right margins and nowrap */
margin-right: 0;
}

View file

@ -496,7 +496,7 @@ li#ca-print {
/*
** footer
*/
div#footer {
#footer {
background-color: #fff;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
@ -507,7 +507,7 @@ div#footer {
font-size: 90%;
}
div#footer li {
#footer li {
display: inline;
margin: 0 1.3em;
}