Updated path references to spec_helper
[merb_mart.git] / www / content / css / blueprint / compressed / print.css
blob87eca64cfdc2476fd653122950c83e59c3ea3d00
1 body {
2 line-height:1.5;
3 font-family:"Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
4 color:#000;
5 background:none;
6 font-size:10pt;
9 .container {
10 background:none;
13 h1,h2,h3,h4,h5,h6 {
14 font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
17 code {
18 font:.9em "Courier New", Monaco, Courier, monospace;
21 img {
22 float:left;
23 margin:1.5em 1.5em 1.5em 0;
26 a img {
27 border:none;
30 p img.top {
31 margin-top:0;
34 hr {
35 background:#ccc;
36 color:#ccc;
37 width:100%;
38 height:2px;
39 border:none;
40 margin:2em 0;
41 padding:0;
44 blockquote {
45 font-style:italic;
46 font-size:.9em;
47 margin:1.5em;
48 padding:1em;
51 .small {
52 font-size:.9em;
55 .large {
56 font-size:1.1em;
59 .quiet {
60 color:#999;
63 .hide {
64 display:none;
67 a:link,a:visited {
68 background:transparent;
69 font-weight:700;
70 text-decoration:underline;
73 a:link:after,a:visited:after {
74 content:" (" attr(href) ") ";
75 font-size:90%;