2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

move container up in default grid mixin

This commit is contained in:
Mark Otto
2012-02-21 15:21:18 -08:00
parent 8665fa8c50
commit e3ae517555
4 changed files with 13 additions and 11 deletions
+3 -3
View File
@@ -134,6 +134,9 @@ a:hover {
float: left;
margin-left: 20px;
}
.container {
width: 940px;
}
.span1 {
width: 60px;
}
@@ -206,9 +209,6 @@ a:hover {
.span24 {
width: 1900px;
}
.container {
width: 940px;
}
.offset1 {
margin-left: 100px;
}