journal: add style to navbar divider-vertical
authorThomas Park <thomas@thomaspark.me>
Tue, 4 Sep 2012 23:30:54 +0000 (19:30 -0400)
committerThomas Park <thomas@thomaspark.me>
Tue, 4 Sep 2012 23:30:54 +0000 (19:30 -0400)
journal/bootstrap.css

index d1a6fde..c481358 100644 (file)
@@ -4853,6 +4853,10 @@ hr {
   -moz-box-shadow: none;
   box-shadow: none;
 }
+.navbar .divider-vertical {
+  border-left-color: #eeeeee;
+  border-right-color: #eeeeee;
+}
 .navbar .dropdown-menu {
   top: 85%;
   -webkit-border-radius: 0;