summaryrefslogtreecommitdiff
path: root/simplex/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-10-02 18:36:49 -0400
committerThomas Park <thomas@thomaspark.me>2012-10-02 18:36:49 -0400
commitd5eaa95e8dcf682093f567161e81b257085f8b60 (patch)
tree7e8632650d247aa91158b2bebe7793e476feeed8 /simplex/bootstrap.css
parentaa3e2e4230f058d54e3190db2a42a0086ebcbee6 (diff)
simplex: reduce navbar shadow, make subnav links bold
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index b21c2140..b833e56a 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -4884,9 +4884,9 @@ hr {
border-bottom: none;
}
.navbar .navbar-inner {
- -webkit-box-shadow: inset 0 -1px #cfcaca;
- -moz-box-shadow: inset 0 -1px #cfcaca;
- box-shadow: inset 0 -1px #cfcaca;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
}
.navbar .brand {
padding: 12px 20px 8px;
@@ -4980,9 +4980,10 @@ div.subnav.subnav-fixed {
}
div.subnav .nav > li > a {
padding: 14px 12px 10px;
- color: #555555;
border-left-color: transparent;
border-right-color: transparent;
+ color: #555555;
+ font-weight: bold;
}
div.subnav .nav > li > a:hover {
background-color: transparent;