annotate media/css/blueprint/print.css @ 58:02e5dfa830cc

#11 Update Blueprints to 0.9. Also update the conditional IE specific include of the ie.css file. Hopefully this will resolve some issues seen with IE8.
author Brian Neal <bgneal@gmail.com>
date Wed, 24 Jun 2009 00:18:53 +0000
parents dbd703f7d63a
children 2a795fd602a4
rev   line source
gremmie@1 1 /* -----------------------------------------------------------------------
gremmie@1 2
gremmie@1 3
bgneal@58 4 Blueprint CSS Framework 0.9
gremmie@1 5 http://blueprintcss.org
gremmie@1 6
gremmie@1 7 * Copyright (c) 2007-Present. See LICENSE for more info.
gremmie@1 8 * See README for instructions on how to use Blueprint.
gremmie@1 9 * For credits and origins, see AUTHORS.
gremmie@1 10 * This is a compressed file. See the sources in the 'src' directory.
gremmie@1 11
gremmie@1 12 ----------------------------------------------------------------------- */
gremmie@1 13
gremmie@1 14 /* print.css */
gremmie@1 15 body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
gremmie@1 16 .container {background:none;}
gremmie@1 17 hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
gremmie@1 18 hr.space {background:#fff;color:#fff;}
gremmie@1 19 h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
gremmie@1 20 code {font:.9em "Courier New", Monaco, Courier, monospace;}
gremmie@1 21 img {float:left;margin:1.5em 1.5em 1.5em 0;}
gremmie@1 22 a img {border:none;}
gremmie@1 23 p img.top {margin-top:0;}
gremmie@1 24 blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
gremmie@1 25 .small {font-size:.9em;}
gremmie@1 26 .large {font-size:1.1em;}
gremmie@1 27 .quiet {color:#999;}
gremmie@1 28 .hide {display:none;}
gremmie@1 29 a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
bgneal@58 30 a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}