Hi, i am building a Drupal site based on the Bootstrap starterkit theme.
http://meesfrenkelfrank.com/bootstrap-test/ In this example i put all the JS and CSS files on my server to show the output. I put all the LESS CSS files in *style.css* But it's very strange the div's are not floating? The sidebar is going under the main content instead on the right side...? I find out the width of <span9> and <span3> are rendered to wide: .row-fluid .span9 { 1. width: 74.4680851064%; } .row-fluid .span3 { 1. width: 23.4042553191%; } When i look at my example template i downloaded from bootstrap i see different sizes: .row-fluid .span9 { 1. width: 74.35897435897436%; } .row-fluid .span3 { 1. width: 23.076923076923077%; } I hope somebody know whats happening here and find a solution. Thanks a lot! -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
