Skip to content

Commit

Permalink
Clean up borders
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan authored and ErisDS committed May 22, 2015
1 parent 804425a commit 8d0d53b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/client/app/styles/layouts/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
bottom: 0;
top: 0;
left: 0;
border-right: $lightbrown 1px solid;
border-right: #e1e1e1 1px solid;
background: #fff;

@media (max-width: 900px) {
Expand Down Expand Up @@ -157,14 +157,14 @@
list-style: none;
padding: 0;
margin: 0;
border-top: $lightbrown 1px solid;
border-top: #e1e1e1 1px solid;
}

li {
position: relative;
margin: 0;
padding: 0;
border-bottom: $lightbrown 1px solid;
border-bottom: #e1e1e1 1px solid;

a {
display: block;
Expand Down Expand Up @@ -200,7 +200,7 @@

.active {
@media (min-width: 901px) {
background: lighten($lightbrown, 5%);
background: #F6F6F6;
}
}
}//.content-list
Expand Down

0 comments on commit 8d0d53b

Please sign in to comment.