...
Panel | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1. Use classes instead of ids whenever possible:
rather than:
2. Separate class names by dashes:
rather than:
3. Prefixportletclasses withthe portleta namespace:
rather than:
4. Class names should be semantic rather than stylistic:
rather than:
5. Multiple classes assigned to an element should be listed in this order:
For example:
|
...