Changeset 104 for trunk/print.css
- Timestamp:
- 05/26/2003 10:24:55 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/print.css
r3 r104 1 /* This is the stylesheet modern browser will use to print your pages. */ 2 3 a { 4 color: #000; 5 } 6 1 7 body { 2 font-family: serif; font-size: 11pt;; 8 font-family: serif; 9 font-size: 12pt; 3 10 } 4 #header, H3, H4, storyTitle { 5 margin: 0px 0px 0.5in; width: auto; 6 font-weight: bold; border: none; 11 12 #content { 13 margin: 0px; 14 padding: 0px; 15 width: auto; 7 16 } 17 18 #header, h3, h4, .storytitle { 19 border: none; 20 font-weight: bold; 21 margin: 0px; 22 padding: 0px; 23 width: auto; 24 } 25 8 26 #main { 9 float: none; margin: 0px 10%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto 27 float: none; 28 margin: 0px 10%; 29 padding: 0px; 30 width: auto; 10 31 } 11 #content { 12 margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto 13 } 14 #header, H3, H4, storyTitle { 15 margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto; 16 font-weight: bold; border: none; 17 } 32 18 33 #menu { 19 34 display: none;
Note: See TracChangeset
for help on using the changeset viewer.