mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +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) {}
|
.spanX (0) {}
|
||||||
|
|
||||||
.offsetX (@index) when (@index > 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(@index - 1);
|
||||||
}
|
}
|
||||||
.offsetX (0) {}
|
.offsetX (0) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user