summaryrefslogtreecommitdiff
path: root/journal
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-09-04 19:30:54 -0400
committerThomas Park <thomas@thomaspark.me>2012-09-04 19:30:54 -0400
commitb1c47837e79c1b860a24bbf20c54782936e4deb5 (patch)
treecbcc07099abf47b7253e04f50e56b0dbc41cc1a9 /journal
parent721a1f779d037b25200c29d638b5fa32ef233fe7 (diff)
journal: add style to navbar divider-vertical
Diffstat (limited to 'journal')
-rw-r--r--journal/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/journal/bootstrap.css b/journal/bootstrap.css
index d1a6fde8..c481358a 100644
--- a/journal/bootstrap.css
+++ b/journal/bootstrap.css
@@ -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;