CSS Selector * does not work for Twitter Bootstrap -
i want change rules of twitter bootstrap .span class not work.
i want change direction of them , apply them border. here have out:
.span* { direction: rtl !important; border: 1px #ccc solid !important; }
why not work?
put space between * , selector
.span * { }
Comments
Post a Comment