As far as I have figured out, the push-x selectors has a rule like margin:0 -?px 1.5em ?px; This essentially throws any other margin rules out the window!
To me, the solution was to replace this awkward rule with a much more simple left:?px; rule I'd greatly appreciate if someone would take the time to properly test these changes for bugs. I haven't found any issues in my tests, but more eyeballs never hurts. The diff files can be found here: https://docs.google.com/leaf?id=0BwXXCHg5TejfY2M4NDY3NTEtYzhlNS00MTI0LThiMGYtYWMwZTg3M2MwNDY0&hl=en_GB --- Mads Nielsen On Oct 13, 11:34 pm, Christian Montoya <[email protected]> wrote: > On Wed, Oct 13, 2010 at 5:16 PM, k4emic <[email protected]> wrote: > > While testing out various grid systems, I've bumped into this issue > > with blueprint and I can't seem to find a sane solution for this. > > In the test, the grid system must swap two the position of two > > elements. > > In order to do this, I found push-x and pull-x to be the right tools > > for the job. > > > However, when I swap the two elements, the two elements gains some > > weird displacement to the left of 10px. > > I'm sure I'm doing something wrong, but I can't tell what. Any help is > > appreciated. > > Just off the top of my head, could it have to do with the fact that > one has a margin-right of 10px and the other doesn't? > > -- > -- > Christian Montoya > mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
