2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
+34
View File
@@ -1,3 +1,10 @@
body {
#gradient > .vertical-three-colors(#eee, #fff, 0.15, #fff);
background-attachment: fixed;
background-position: 0 40px;
position: relative;
}
// Give us some love
header,
section,
@@ -77,3 +84,30 @@ aside {
section {
margin-bottom: 40px;
}
// Hashgrid grid
/**
* Grid
*/
#grid {
width: 980px;
position: absolute;
top: 0;
left: 50%;
margin-left: -490px;
}
#grid div.vert {
width: 39px;
border: solid darkturquoise;
border-width: 0 1px;
margin-right: 19px;
}
#grid div.vert.first-line {
margin-left: 19px;
}
#grid div.horiz {
height: 19px;
border-bottom: 1px dotted rgba(255,0,0,.25);
margin: 0;
padding: 0;
}