]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
increase border radius on navbar
authorMark Otto <markotto@twitter.com>
Tue, 2 Oct 2012 06:42:21 +0000 (23:42 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 2 Oct 2012 06:42:21 +0000 (23:42 -0700)
docs/assets/css/bootstrap.css
less/navbar.less

index 569c3f5a4c0dca2b53c43612e88b827af786e6b1..8afd89b4c49411abab329b14e9ff81f684b889c7 100644 (file)
@@ -3637,7 +3637,7 @@ input[type="button"].btn-block {
   background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
   background-repeat: repeat-x;
   border: 1px solid #d4d4d4;
-  border-radius: 4px;
+  border-radius: 6px;
   filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
           box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
index c048914464bbd87b5f9eab22062559af5c9cd7ca..6ba70cdbcfc6aa9dcfc15ab2fa00d06e96bbf996 100644 (file)
@@ -14,7 +14,7 @@
   color: @navbarText;
   #gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground);
   border: 1px solid @navbarBorder;
-  border-radius: 4px;
+  border-radius: 6px;
   .box-shadow(0 1px 4px rgba(0,0,0,.065));
 
   // Prevent floats from breaking the navbar