Changeset 1406
- Timestamp:
- 06/04/07 17:04:12
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1403 r1406 1 body { 1 #bedework { 2 /* this is the main wrapper div used to encapsulate all Bedework CSS; we 3 will prepend each selector below with this ID - this helps encapsulate 4 the css for use in portal environments (though it does imply that only 5 one instance should be running on a portal page) */ 2 6 font-family : Arial, Helvetica, sans-serif; 3 7 font-size: 100%; /* to make IE behave */ … … 5 9 color : black; 6 10 padding: 0.75em 1em 0em 1em; 7 margin: 0; 8 } 9 #bedework { 10 /* this is the main wrapper div used to encapsulate all Bedework CSS; we 11 will prepend each selector below with this ID */ 12 margin: 0; 13 padding: 0; 14 display: inline; 11 margin: 0; 15 12 } 16 13 /* Generic selectors*/
