Skip to content

Commit

Permalink
some cleanup of the header. Moved nascent print styles inline into st…
Browse files Browse the repository at this point in the history
…yle.css. move document.querySelector reference to document.getElementById and document.querySelectorAll to $() to kill errors in IE7 and IE8
  • Loading branch information
roblarsen committed Jun 21, 2011
1 parent 3ccc18f commit 874be4a
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 449 deletions.
24 changes: 0 additions & 24 deletions css/print.css

This file was deleted.

24 changes: 24 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,30 @@ html body div.syntaxhighlighter * {
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }

body { width: 80%; font-family: Calibri, Arial, Helvetica, sans-serif; }
header { width: 100%; }

header #logo { background: url("../img/isobar.png") no-repeat 0 0; }

h1, h2, h3, h4, h5, h6 { }

h1, h2, h3 {
color: #f30;
position: relative;
margin-top: 20px;
font-weight: 200;
}

h1 { padding: 0; margin: 0; color: rgb(0, 5, 10); }
header h1 a { font-size: 48px; }

a, a:visited { text-decoration: none; color: #FF3300; }

body .fork, #side, header #social, canvas, .anchor_link, .backAnchor { visibility: hidden; }


.syntaxhighlighter { background: #ccc; }
}


Expand Down
Loading

0 comments on commit 874be4a

Please sign in to comment.