mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
More documentation and content changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user