]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
run make on prev commits
authorMark Otto <otto@github.com>
Wed, 24 Jul 2013 23:28:34 +0000 (16:28 -0700)
committerMark Otto <otto@github.com>
Wed, 24 Jul 2013 23:28:34 +0000 (16:28 -0700)
dist/css/bootstrap.css

index 697d923a3525cb11bf56abb72f4aaeb4590ca9a1..c77092ed203795ecafeb992b77652f0681539221 100644 (file)
@@ -3444,8 +3444,8 @@ button.close {
 
 .modal-content {
   position: relative;
-  background-color: #fff;
-  border: 1px solid #999;
+  background-color: #ffffff;
+  border: 1px solid #999999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   outline: none;
@@ -3461,7 +3461,7 @@ button.close {
   bottom: 0;
   left: 0;
   z-index: 1030;
-  background-color: #000;
+  background-color: #000000;
 }
 
 .modal-backdrop.fade {