Modified footer styles.
This commit is contained in:
parent
976d2743c8
commit
12538e5545
1 changed files with 6 additions and 4 deletions
|
@ -1109,18 +1109,19 @@ div#adjImgHeight {
|
|||
footer {
|
||||
padding: 0px 20px 0px 20px;
|
||||
clear: both;
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
height: 88px;
|
||||
margin: 0 auto;
|
||||
font-size: .7em;
|
||||
color: #4e5051;
|
||||
background-color: #fff;
|
||||
color: #ffffff;
|
||||
background-color: #4c4c4c;
|
||||
}
|
||||
footer p.copyright {
|
||||
float: left;
|
||||
padding-top: 55px;
|
||||
padding-left: 30px;
|
||||
width: 600px;
|
||||
color: #ffffff;
|
||||
}
|
||||
footer p.copyright small {
|
||||
font-size: 1em;
|
||||
|
@ -1134,6 +1135,7 @@ ul#footer-nav {
|
|||
padding: 0;
|
||||
padding-top: 55px;
|
||||
padding-right: 20px;
|
||||
color: #ffffff;
|
||||
}
|
||||
ul#footer-nav li {
|
||||
float: left;
|
||||
|
@ -1149,7 +1151,7 @@ ul#individual-facultyMemberships li:last-child {
|
|||
border-right: none;
|
||||
}
|
||||
#footer-nav a {
|
||||
color: #4e5051
|
||||
color: #ffffff;
|
||||
}
|
||||
#footer-nav a:hover,
|
||||
a.terms,
|
||||
|
|
Loading…
Add table
Reference in a new issue