2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Remove the unnecessary global.js file, remove the old baseline grid image, add in hashgrid, update readme to remove finished todos;

This commit is contained in:
Mark Otto
2011-04-27 14:49:56 -07:00
parent eb81782cdb
commit 677b5554f3
8 changed files with 379 additions and 90 deletions
+1 -3
View File
@@ -7,7 +7,7 @@
-------------------------------------------------- */
div.row {
.clearfix;
.clearfix();
div.span1 { .columns(1); }
div.span2 { .columns(2); }
div.span3 { .columns(3); }
@@ -34,8 +34,6 @@ html, body {
background-color: #fff;
}
body {
#gradient > .vertical-three-colors(#eee, #fff, 0.25, #fff);
background-attachment: fixed;
margin: 0;
.sans-serif(normal,14px,20px);
color: @gray;