]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
subnav adjustments
authorMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 01:03:05 +0000 (17:03 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 01:03:05 +0000 (17:03 -0800)
docs/assets/css/docs.css

index 74b548628514e6ef03266aa589304bb9e5a819db..1380b9e6c9499bd9c8b52db4a69bf51430035b16 100644 (file)
@@ -707,6 +707,13 @@ form.well {
   .subnav .nav > li + li > a {
     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 */
   .large-bird {