Changeset 435
- Timestamp:
- Apr 21, 2008, 6:04:13 PM (17 years ago)
- 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 25 25 background: #fff; 26 26 } 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 11 11 body { 12 12 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;17 13 } 18 14 pre, code, samp, kbd, tt {
Note: See TracChangeset
for help on using the changeset viewer.