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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -