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

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -