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

Commit

Permalink
Fix top-border not being shown correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Mar 16, 2015
1 parent 3fe9b2e commit e0f4c9d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions onegov/town/theme/styles/town.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
/*
top navigation
*/
.top-bar {
ul {
margin-bottom: $top-bar-border-size;
.top-bar,
.top-bar-section ul li {
box-shadow: 0 $top-bar-border-size 0 $primary-color;
}

li {
box-shadow: 0 $top-bar-border-size 0 $primary-color;
margin-bottom: $top-bar-border-size;
}
}
.top-bar ul {
margin-bottom: $top-bar-border-size;
}

/*
Expand Down

0 comments on commit e0f4c9d

Please sign in to comment.