summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-03-15 10:43:49 -0400
committerThomas Park <thomas@thomaspark.me>2013-03-15 10:43:49 -0400
commit9d916579caef67be7e0c3862647d51b0aef6961d (patch)
tree07550965a5a991bb106961d4cffa57dab70d4252 /amelia/bootstrap.css
parent9a4f5bd3beb0da701cc9cfaa384b012f6f46b511 (diff)
amelia: lighten border on responsive subnav
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index eb9953ff..1e761e6c 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -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;
@@ -7129,4 +7135,4 @@ code {
.affix {
position: fixed;
-} \ No newline at end of file
+}