Skip to content

Commit

Permalink
Style the logo in print
Browse files Browse the repository at this point in the history
Logo styling belongs here rather than its original position in static.
  • Loading branch information
Robin Whittleton committed Aug 19, 2015
1 parent 7e379b1 commit 0704a5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/assets/stylesheets/_core-print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ select { background: white; }
font-size: 24px;
margin-bottom: 1em;

#logo {
@include core-48;
font-size: 28pt;
font-weight: bold;
text-rendering: optimizeLegibility;

img {
width: 46px;
height: 40px;
padding-right: 6px;
display: block;
float: left;
}
}

.content {
margin: 0!important;
}
Expand All @@ -61,6 +76,7 @@ select { background: white; }
border: 0;
vertical-align: middle;
}

}

/* hide the unnecessary page elements */
Expand Down

0 comments on commit 0704a5e

Please sign in to comment.