home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Utilities / iClip 3.5 shareware.dmg / iClip.app / Contents / Resources / iClip Help / Table of Contents / TableOfContents.css < prev   
Encoding:
Cascading Style Sheet File  |  2005-01-25  |  288 b   |  26 lines

  1. /* <html><head><meta name="robots" content="noindex"></head></html> */
  2.  
  3. body
  4. {
  5.     background-color: white;
  6.     margin: 1em;
  7.     font-family: "Helvetica Neue";
  8.     font-weight: bold;
  9.     font-size: 12pt;
  10.     color: #444444;
  11. }
  12.  
  13. h1
  14. {
  15.     font-size: 18pt;
  16. }
  17.  
  18. p
  19. {
  20.     padding-bottom: 0.5em;
  21. }
  22.  
  23. a
  24. {
  25.     color: #444444;
  26. }