home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _40fec78b0459fc93f4eeaa15b6b627e3 < prev    next >
Encoding:
Text File  |  2004-06-01  |  642 b   |  52 lines

  1. body {
  2.   background-color: white
  3. }
  4.  
  5. .noborder {
  6.   border-width: 0px;
  7. }
  8.  
  9. .eg {
  10.   padding-left: 1em;
  11.   padding-top: .5em;
  12.   padding-bottom: .5em;
  13.   border: solid thin;
  14.   margin: 1em 0;
  15.   background-color: tan;
  16.   margin-left: 2em;
  17.   margin-right: 10%;
  18. }
  19.  
  20. .handler {
  21.   width: 100%;
  22.   border-top-width: thin;  
  23.   margin-bottom: 1em;
  24. }
  25.  
  26. .handler p {
  27.   margin-left: 2em;
  28. }
  29.  
  30. .setter {
  31.   font-weight: bold;
  32. }
  33.  
  34. .signature {
  35.   color: navy;
  36. }
  37.  
  38. .fcndec {
  39.   width: 100%;
  40.   border-top-width: thin;
  41.   font-weight: bold;
  42. }
  43.  
  44. .fcndef {
  45.   margin-left: 2em;
  46.   margin-bottom: 2em;
  47. }
  48.  
  49. dd {
  50.   margin-bottom: 2em;
  51. }
  52.