footer elements to black

This commit is contained in:
JT 2014-07-22 22:13:48 -07:00
parent bcbe9c6b82
commit 4f0e963a24
5 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -145,7 +145,7 @@ body.page-sub{
#footer{ #footer{
padding: 140px 0 40px; padding: 140px 0 40px;
color: @purple; color: black;
.footer-links{ .footer-links{
float: none; float: none;
@ -169,7 +169,7 @@ body.page-sub{
} }
a{ a{
color: @purple; color: black;
} }
.buttons.navbar-nav{ .buttons.navbar-nav{

View File

@ -177,7 +177,7 @@
} }
span{ span{
margin-right: 20px; margin-right: 10px;
} }
img{ img{
display: inline-block; display: inline-block;

View File

@ -244,7 +244,7 @@ body.page-sub #header {
} }
#footer { #footer {
padding: 140px 0 40px; padding: 140px 0 40px;
color: #822ff7; color: black;
} }
#footer .footer-links { #footer .footer-links {
float: none; float: none;
@ -264,7 +264,7 @@ body.page-sub #header {
float: right; float: right;
} }
#footer a { #footer a {
color: #822ff7; color: black;
} }
#footer .buttons.navbar-nav { #footer .buttons.navbar-nav {
float: none; float: none;
@ -717,7 +717,7 @@ body.page-sub #header {
font-weight: 700; font-weight: 700;
} }
#footer .footer-hashi span { #footer .footer-hashi span {
margin-right: 20px; margin-right: 10px;
} }
#footer .footer-hashi img { #footer .footer-hashi img {
display: inline-block; display: inline-block;