Make WordPress Core

source: trunk/print.css @ 3

Last change on this file since 3 was 3, checked in by saxmatt, 22 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 596 bytes
Line 
1body {
2        font-family: serif; font-size: 11pt;;
3}
4#header, H3, H4, storyTitle {
5        margin: 0px 0px 0.5in; width: auto;
6        font-weight: bold; border: none;
7}
8#main {
9        float: none; margin: 0px 10%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
10}
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}
18#menu {
19        display: none;
20}
Note: See TracBrowser for help on using the repository browser.