css is the bane of my existence

This commit is contained in:
Matthew Connelly 2015-03-09 20:26:24 +00:00
parent b481be1e84
commit aa37eef460
1 changed files with 12 additions and 12 deletions

View File

@ -67,18 +67,7 @@ h3.highlight {
border:0;
border-radius:0;
border-bottom: 2px solid white;
box-shadow: 0px -1px 20px 8px rgba(255,255,255,0.5);
}
footer {
background-color:#e8449f;
color:#ffffff;
border-top: 2px solid white;
box-shadow: 0px 9px 20px 8px rgba(255,255,255,0.5);
position: relative; bottom: 0;
text-align: center;
}
footer > a, footer > a:hover, footer > a:focus {
color: #eeffef;
box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.1);
}
.navbar-nav > li > a {
color:#fff;
@ -107,6 +96,17 @@ footer > a, footer > a:hover, footer > a:focus {
border-width:0;
}
footer {
background-color:#e8449f;
color:#ffffff;
border-top: 2px solid white;
box-shadow: 0px 8px 20px 8px rgba(0,0,0,0.1);
position: relative; bottom: 0;
text-align: center;
}
footer > a, footer > a:hover, footer > a:focus {
color: #eeffef;
}
.accordion-group {
border-width:0;
}