diff options
| author | Marcus Schwab <[email protected]> | 2012-06-07 14:36:45 -0700 |
|---|---|---|
| committer | Marcus Schwab <[email protected]> | 2012-06-07 17:23:22 -0700 |
| commit | c3f5d7c62d49de8de9947e84e9186bd2bf374008 (patch) | |
| tree | 2ab8b5b1bbcd039832493809b361547530ba0985 | |
| parent | f8d68002dc22a15a84c0a4dff5a5851ff131c9c8 (diff) | |
| download | bootstrap-c3f5d7c62d49de8de9947e84e9186bd2bf374008.tar.xz bootstrap-c3f5d7c62d49de8de9947e84e9186bd2bf374008.zip | |
ajgon's fluid offsets working with first-child
| -rwxr-xr-x[-rw-r--r--] | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 47353bcc5..8f89beb79 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) {} |
