1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 04:51:39 +02:00

More documentation and content changes

This commit is contained in:
Mark Otto
2011-04-27 15:40:12 -07:00
parent 677b5554f3
commit b9d6acf766
2 changed files with 232 additions and 207 deletions

View File

@@ -85,10 +85,7 @@ section {
margin-bottom: 40px;
}
// Hashgrid grid
/**
* Grid
*/
// Hashgrid.js grid
#grid {
width: 980px;
position: absolute;
@@ -107,7 +104,10 @@ section {
}
#grid div.horiz {
height: 19px;
border-bottom: 1px dotted rgba(255,0,0,.25);
border-bottom: 1px solid rgba(255,0,0,.1);
margin: 0;
padding: 0;
&:nth-child(5n) {
border-color: rgba(255,0,0,.25);
}
}