Skip to content

Commit

Permalink
amelia: lighten border on responsive subnav
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 15, 2013
1 parent 9a4f5bd commit 9d91657
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion amelia/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6357,6 +6357,12 @@ div.subnav-fixed {
margin: 0;
}

@media (max-width: 767px) {
div.subnav .nav > li + li > a {
border-top: 1px solid rgba(255, 255, 255, 0.4);
}
}

.nav-tabs li.open > .dropdown-toggle,
.nav-pills li.open > .dropdown-toggle {
color: #e8d069;
Expand Down Expand Up @@ -7129,4 +7135,4 @@ code {

.affix {
position: fixed;
}
}
2 changes: 1 addition & 1 deletion amelia/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions amelia/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ div.subnav {
}
}

@media (max-width: 767px) {

div.subnav .nav > li + li > a {
border-top: 1px solid rgba(255, 255, 255, 0.4);
}
}

// NAV
// -----------------------------------------------------

Expand Down

0 comments on commit 9d91657

Please sign in to comment.