home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / sidebar / preview.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  271 b   |  13 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /* Style rule specific to the Preview dialog. */
  4.  
  5. iframe#previewframe {
  6.   min-width: 10px;
  7.   min-height: 10px;
  8.   width: 162px;
  9.   height: 300px;
  10.   border: none;
  11.   margin: 0px;
  12. }
  13.