Changeset 639 for trunk/css


Ignore:
Timestamp:
Sep 29, 2018 6:51:51 PM (6 years ago)
Author:
anonymous
Message:

Expand notion of sc-normal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/utilities.inc.css

    r616 r639  
    6161.sc-marginright { margin-right: 10px; }
    6262.sc-right { text-align: right; }
    63 .sc-normal { font-weight: normal; }
     63.sc-normal {
     64    font: inherit;
     65    vertical-align: baseline;
     66    font-weight: normal;
     67    white-space: normal;
     68}
    6469.sc-nowrap { white-space: nowrap; }
    6570.sc-dim {
Note: See TracChangeset for help on using the changeset viewer.