mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
ajgon's fluid offsets working with first-child
This commit is contained in:
Regular → Executable
+1
-1
@@ -597,7 +597,7 @@
|
||||
.spanX (0) {}
|
||||
|
||||
.offsetX (@index) when (@index > 0) {
|
||||
(~'.offset@{index}, .row-fluid > .offset@{index}[class*="span"]') { .offset(@index); }
|
||||
(~'.offset@{index}, .row-fluid .offset@{index}:first-child') { .offset(@index); }
|
||||
.offsetX(@index - 1);
|
||||
}
|
||||
.offsetX (0) {}
|
||||
|
||||
Reference in New Issue
Block a user