]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Do not need to write box-shadow in full
authorLuis Aleman <Luis@toppatch.com>
Mon, 27 Aug 2012 23:13:37 +0000 (19:13 -0400)
committerLuis Aleman <Luis@toppatch.com>
Mon, 27 Aug 2012 23:13:37 +0000 (19:13 -0400)
less/navbar.less
less/scaffolding.less

index 64e2eb7ea3f46a8d84585d25c32b931a075da43f..25651b14a7c39e230fb061b1396dd8b7bc9a72a0 100644 (file)
   color: @navbarLinkColorActive;
   text-decoration: none;
   background-color: @navbarLinkBackgroundActive;
-  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
-     -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
-          box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
+  .box-shadow(inset 0 3px 8px rgba(0,0,0,.125));
 }
 
 // Navbar button for toggling navbar items in responsive layouts
index 342dcf70516c6dcb08607c3c8b2a7615a27a4417..4c735ba88c6340f2bc3b38f25ab3e85a151d8bf7 100644 (file)
@@ -41,9 +41,7 @@ a:hover {
   background-color: #fff;
   border: 1px solid #ccc;
   border: 1px solid rgba(0,0,0,.2);
-  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
-     -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
-          box-shadow: 0 1px 3px rgba(0,0,0,.1);
+  .box-shadow(0 1px 3px rgba(0,0,0,.1));
 }
 
 .img-circle {