...
Best Practices
Panel | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Review User Interface:
Useclean, 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:
|
CSS
...
Namespaces
Panel |
---|
Fluid Skinning SystemNamespace prefix: fl-
uPortal PortalNamespace prefix: up-
uPortal PortletsNamespace prefix: portlet-
|