Commit c3f5d7c6 authored by Marcus Schwab's avatar Marcus Schwab

ajgon's fluid offsets working with first-child

parent f8d68002
......@@ -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) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment