mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
ensure two-thirds grid offsets work the same as the others
This commit is contained in:
Vendored
+3
-3
@@ -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: Sat Nov 12 00:51:48 PST 2011
|
||||
* Date: Sat Nov 12 01:04:51 PST 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).
|
||||
@@ -380,10 +380,10 @@ a:hover {
|
||||
.span-two-thirds {
|
||||
width: 620px;
|
||||
}
|
||||
.offset-one-third {
|
||||
.row > .offset-one-third {
|
||||
margin-left: 340px;
|
||||
}
|
||||
.offset-two-thirds {
|
||||
.row > .offset-two-thirds {
|
||||
margin-left: 660px;
|
||||
}
|
||||
/* Typography.less
|
||||
|
||||
Reference in New Issue
Block a user