12,782
edits
No edit summary |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 19: | Line 19: | ||
text-align:left; | text-align:left; | ||
vertical-align:top; | vertical-align:top; | ||
} | |||
#firstHeading { | |||
margin-left: 0em; | |||
} | |||
#bodyContent { | |||
margin-left: 0em; | |||
} | |||
#firstHeading { | |||
margin-top: 50px; | |||
} | |||
#catlinks { | |||
display: none; | |||
} | |||
#footer-info { | |||
background: white; | |||
color: black; | |||
} | |||
/* Classes that don't display elsewhere, but only in print */ | |||
.print-display-block { | |||
display: block; | |||
} | |||
.print-display-inline { | |||
display: inline; | |||
} | |||
/* A class that doesn't display in print, but displays in anything else */ | |||
.print-display-none { | |||
display: none; | |||
} | } | ||