Changeset 435


Ignore:
Timestamp:
Apr 21, 2008, 6:04:13 PM (16 years ago)
Author:
andersk
Message:

Remove irrelevant CSS.

Location:
trunk/packages/sipb-xen-www/code/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/static/layout.css

    r415 r435  
    2525    background: #fff;
    2626}
    27 
    28 /* Limit the <body /> width for readability. */
    29 body {
    30     max-width: 60em;
    31 }
    32 
    33 /* Increase line heights for better screen readability. */
    34 p, li, dt, dd, address {
    35     line-height: 1.5em;
    36 }
    37 pre {
    38     line-height: 1.25em;
    39 }
  • trunk/packages/sipb-xen-www/code/static/style.css

    r428 r435  
    1111body {
    1212    font-family: Tahoma, Sans, sans-serif;
    13 }
    14 h1, h2, h3, h4, h5, h6 {
    15     font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
    16     font-weight: bold;
    1713}
    1814pre, code, samp, kbd, tt {
Note: See TracChangeset for help on using the changeset viewer.