Changeset 1764


Ignore:
Timestamp:
Jan 29, 2007, 7:39:27 AM (17 years ago)
Author:
vdigital
Message:

Solved 2 coding errors on css font-family in default-layout.css

Default font is "Bitstream Vera Sans" which would not be a problem for Linux platforms
if you can check that on other platforms (not only one).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r1732 r1764  
    55    padding: 0;
    66    font-size: 0.8em;
    7     font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif;
     7    font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
    88    text-align: center; /* be nice to IE5 */
    99}
Note: See TracChangeset for help on using the changeset viewer.