diff 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
line wrap: on
line diff
--- a/media/css/blueprint/print.css	Sat Oct 02 23:24:39 2010 +0000
+++ b/media/css/blueprint/print.css	Sun Oct 03 00:26:42 2010 +0000
@@ -1,7 +1,7 @@
 /* -----------------------------------------------------------------------
 
 
- Blueprint CSS Framework 0.9
+ Blueprint CSS Framework 1.0
  http://blueprintcss.org
 
    * Copyright (c) 2007-Present. See LICENSE for more info.
@@ -15,10 +15,9 @@
 body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
 .container {background:none;}
 hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
-hr.space {background:#fff;color:#fff;}
+hr.space {background:#fff;color:#fff;visibility:hidden;}
 h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
 code {font:.9em "Courier New", Monaco, Courier, monospace;}
-img {float:left;margin:1.5em 1.5em 1.5em 0;}
 a img {border:none;}
 p img.top {margin-top:0;}
 blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}