aug 14 2014 23:19 John D <xfs...@hotmail.com>:

> Not sure I understand your post but span can be given a class and the code is 
> attributing to that class.  Is this what your view is about Joomla?

If you have a span element, that is a type of element already in the HTML 
language, then there’s no need to specify that one more time. Class names 
should describe the actual role of the element you’re targeting.

[class*=”whatever-best-describes-role"].pull-right,
.row-fluid [class*="span"].pull-right {
        float: right;
}  

Using reasonably semantical HTML is as much design as is using well-expressed 
stylesheets. If your HTML is suffering so will your stylesheets.

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to