Skip to content

Commit

Permalink
Fixed app top bar border
Browse files Browse the repository at this point in the history
  • Loading branch information
berbaquero committed Oct 18, 2014
1 parent 4ac9829 commit c6f8ec2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions css/_yosemite.sass
Expand Up @@ -78,10 +78,5 @@ $header-height-yos: 36px

@media only screen and (min-width: 1000px)

border-top: 1px solid #aaa

&.inactive
border-top-color: #ddd

.view
top: 0
8 changes: 8 additions & 0 deletions css/reeddit.scss
Expand Up @@ -1014,6 +1014,14 @@ header > div {

@media only screen and (min-width: 1000px) {

body {
border-top: 1px solid #aaa;

&.inactive {
border-top-color: #ddd;
}
}

#menu-container,
#edit-subs { width: 16%; }

Expand Down

0 comments on commit c6f8ec2

Please sign in to comment.