...
Panel | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Review User Interface:
Use clean, proper, semantic markup
Use classes instead of ids whenever possible:
rather than:
Separate class names by dashes:
rather than:
Prefix classes with a namespace:
rather than:
Class names should be semantic rather than stylistic:
rather than:
Multiple classes assigned to an element should be listed in this order:
For example:
|
...