Skip to content

Commit

Permalink
add print css
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Sep 10, 2012
1 parent 199a324 commit 691ec71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* don't show feedback tab */
.gsfn-widget-tab{
display: none;
}

/* don't show background space */
#banner_bg{
display: none;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<meta name="author" content="">

<!-- Le styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet"/>
<link href="css/print.css" rel="stylesheet" media="print"/>

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
Expand Down

0 comments on commit 691ec71

Please sign in to comment.