How are the Twitter Bootstrap responsive utility classes such as .visible-desktop supposed to be used. I have tried to follow the example on the Bootstrap web site,
<span class="visible-desktop">✔ Desktop</span>
on an image like this,
<span class="visible-desktop">
<img src="<%=(image_path('green.jpg'))%>"></img>
</span>
but the image remains when I shrink the browser window to tablet or phone size.
bootstrap-responsive.cssstylesheet "after" thebootstrap.cssstylesheet? or at all? – Andres Ilich May 7 '12 at 19:55!importantflag and should overwrite any otherdisplayproperties in that element, so there must be something else. – Andres Ilich May 8 '12 at 11:14bootstrap-responsive.cssver2.0.3 stylesheet, twitter.github.com/bootstrap/assets/css/… – Andres Ilich May 8 '12 at 18:51