2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fix > & bug and point to 1.1.4 less version

This commit is contained in:
Jacob Thornton
2011-11-04 13:34:44 -07:00
parent 77a315d69d
commit de44b4c653
4 changed files with 38 additions and 38 deletions
+13 -13
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Nov 3 18:40:15 PDT 2011
* Date: Fri Nov 4 13:34:33 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -338,40 +338,40 @@ a:hover {
.span24 {
width: 1420px;
}
.row > .offset1 {
.row > .offset1 {
margin-left: 80px;
}
.row > .offset2 {
.row > .offset2 {
margin-left: 140px;
}
.row > .offset3 {
.row > .offset3 {
margin-left: 200px;
}
.row > .offset4 {
.row > .offset4 {
margin-left: 260px;
}
.row > .offset5 {
.row > .offset5 {
margin-left: 320px;
}
.row > .offset6 {
.row > .offset6 {
margin-left: 380px;
}
.row > .offset7 {
.row > .offset7 {
margin-left: 440px;
}
.row > .offset8 {
.row > .offset8 {
margin-left: 500px;
}
.row > .offset9 {
.row > .offset9 {
margin-left: 560px;
}
.row > .offset10 {
.row > .offset10 {
margin-left: 620px;
}
.row > .offset11 {
.row > .offset11 {
margin-left: 680px;
}
.row > .offset12 {
.row > .offset12 {
margin-left: 740px;
}
.span-one-third {