annotate media/css/blueprint/print.css @ 278:2a795fd602a4

Fix #130. Upgrade to Blueprints CSS 1.0. However I didn't keep their change to the even class. That seemed to be messed up. Hand edited it to the old version.
author Brian Neal <bgneal@gmail.com>
date Sun, 03 Oct 2010 00:26:42 +0000
parents 02e5dfa830cc
children
rev   line source
gremmie@1 1 /* -----------------------------------------------------------------------
gremmie@1 2
gremmie@1 3
bgneal@278 4 Blueprint CSS Framework 1.0
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;}
bgneal@278 18 hr.space {background:#fff;color:#fff;visibility:hidden;}
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 a img {border:none;}
gremmie@1 22 p img.top {margin-top:0;}
gremmie@1 23 blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
gremmie@1 24 .small {font-size:.9em;}
gremmie@1 25 .large {font-size:1.1em;}
gremmie@1 26 .quiet {color:#999;}
gremmie@1 27 .hide {display:none;}
gremmie@1 28 a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
bgneal@58 29 a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}