home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / internet / cdr / cdr.css < prev    next >
Cascading Style Sheet File  |  1999-05-27  |  258b  |  25 lines

  1. A  {
  2.     text-decoration : none;
  3. }
  4.  
  5. A:Hover  {
  6.     text-decoration : underline;
  7. }
  8.  
  9. .MENU  {
  10.     font-size : 8pt;
  11. }
  12.  
  13. .NADPISEK  {
  14.     font-size : 6pt;
  15. }
  16.  
  17. SPAN.INS  {
  18.     text-decoration : underline;
  19. }
  20.  
  21. SPAN.DEl  {
  22.     text-decoration : line-through;
  23. }
  24.  
  25.