Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Little 1px border-bottom on the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed Jun 3, 2014
1 parent 54d20da commit 5209833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ nav {
.wrapper-footer {
margin-top: 50px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: $lightGray;
}

Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ nav {
.wrapper-footer {
margin-top: 50px;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
background-color: #eeeeee; }

footer {
Expand Down

0 comments on commit 5209833

Please sign in to comment.