Wordpress/print.css
Matt Mullenweg 1680281b82 Design elements tweaked and updated. Syntax fixed.
git-svn-id: https://develop.svn.wordpress.org/trunk@104 602fd350-edb4-49c9-b593-d223f7449a82
2003-05-26 10:24:55 +00:00

36 lines
412 B
CSS

/* This is the stylesheet modern browser will use to print your pages. */
a {
color: #000;
}
body {
font-family: serif;
font-size: 12pt;
}
#content {
margin: 0px;
padding: 0px;
width: auto;
}
#header, h3, h4, .storytitle {
border: none;
font-weight: bold;
margin: 0px;
padding: 0px;
width: auto;
}
#main {
float: none;
margin: 0px 10%;
padding: 0px;
width: auto;
}
#menu {
display: none;
}