Up to and including Twitter Bootstrap v2.0.4, there have been no CSS margin-left percentages when using the offset class in a row-fluid scenario. I have looked on SO and other sites for an answer but cannot find one.
Does anyone have this information that I can add to my bootstrap-responsive.css file?
Thanks,
Chris
I spent one night with Excel and came up with the following CSS:
I inserted this into bootstrap-responsive.css, starting at line 370 (after the close of the style block for .row-fluid .span1
It solved my website issues. It was only tested in FF13. It may cause issues in other browsers.
I am pretty new to SO so I apologize if this was not the recommended method of posting info like this. Its all a work-in-progress.