]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adding 20px grid, setting that on docs
authorMark Otto <markotto@twitter.com>
Tue, 5 Jun 2012 06:58:51 +0000 (23:58 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 5 Jun 2012 06:58:51 +0000 (23:58 -0700)
docs/assets/css/docs.css
docs/assets/img/grid-20px.png [new file with mode: 0644]

index dcf65ad98104e314dab4ae3c51c27931124a9c9a..4d0fd8fee2a392efc40c8ea24a176c63e303f41f 100644 (file)
@@ -13,7 +13,7 @@ body {
   padding-top: 90px;
   font-size: 14px;
   background-color: #fff;
-  background-image: url(../img/grid-18px-masked.png);
+  background-image: url(../img/grid-20px.png);
   background-repeat: repeat-x;
   background-position: 0 40px;
 }
diff --git a/docs/assets/img/grid-20px.png b/docs/assets/img/grid-20px.png
new file mode 100644 (file)
index 0000000..421abe4
Binary files /dev/null and b/docs/assets/img/grid-20px.png differ