Skip to content

Commit

Permalink
Fix font-size for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
jussi-kalliokoski committed Jul 15, 2012
1 parent 5676c2c commit 46e587d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/style.css
Expand Up @@ -125,12 +125,14 @@ div.code {
color: @dark-yellow;
white-space: pre;
font-family: monospace;
font-size: 12px;
}

code {
display: block;
float: left;
padding: 0;
font-size: 12px;
}
}

Expand Down

0 comments on commit 46e587d

Please sign in to comment.