Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMarcus Schwab <marcus@atws.ca>2012-06-08 01:36:45 +0400
committerMarcus Schwab <marcus@atws.ca>2012-06-08 04:23:22 +0400
commitc3f5d7c62d49de8de9947e84e9186bd2bf374008 (patch)
tree2ab8b5b1bbcd039832493809b361547530ba0985 /less
parentf8d68002dc22a15a84c0a4dff5a5851ff131c9c8 (diff)
ajgon's fluid offsets working with first-child
Diffstat (limited to 'less')
-rwxr-xr-x[-rw-r--r--]less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 47353bcc55..8f89beb794 100644..100755
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -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) {}