Commit 2ba1b01f authored by Mark Otto's avatar Mark Otto
Browse files

subnav adjustments

parent fda77e69
Showing with 7 additions and 0 deletions
+7 -0
...@@ -707,6 +707,13 @@ form.well { ...@@ -707,6 +707,13 @@ form.well {
.subnav .nav > li + li > a { .subnav .nav > li + li > a {
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
/* Popovers */ /* Popovers */
.large-bird { .large-bird {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment