Little 1px border-bottom on the footer

This commit is contained in:
Barry Clark 2014-06-02 20:04:06 -04:00
parent 54d20da44f
commit 5209833ed9
2 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,7 @@ nav {
.wrapper-footer {
margin-top: 50px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: $lightGray;
}

View File

@ -225,6 +225,7 @@ nav {
.wrapper-footer {
margin-top: 50px;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
background-color: #eeeeee; }
footer {