Styles
When setting up your site styles, keep the following considerations in mind:
- Use px to specify sizes and position locations. The other measurements (pt, pica, etc.) can be good for printing, but are less reliable for displaying pages on a computer screen. You can use em units for fonts if you want to size text relative to the user's preference settings, but you will find that the text will often appear a little lower in quality.
- Don't modify the slLayout.css and slStyle.css stylesheets, for the reasons mentioned here; instead, create your own stylesheet(s) and override the pertinent settings.
