home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / samples / localize / news.css < prev   
Encoding:
Cascading Style Sheet File  |  2000-04-27  |  308 b   |  19 lines

  1. .infocol {
  2.     BACKGROUND-COLOR: #efefef;
  3.     TEXT-ALIGN: right;
  4.     WIDTH: 30%;
  5.     FONT-SIZE: 8pt;
  6.     verticalAlign: text-top;
  7.     FONT-FAMILY: Verdana
  8.  
  9. }
  10.  
  11. .contentcol {
  12.     TEXT-ALIGN: left;
  13.     WIDTH: *;
  14.     verticalAlign: text-top;   
  15.     FONT-SIZE: 10pt;
  16.     FONT-FAMILY: Verdana
  17. }
  18.  
  19.