Skip to content

Commit

Permalink
Merge pull request ipython#4702 from damianavila/rel_size
Browse files Browse the repository at this point in the history
Making reveal font-size a relative unit.
  • Loading branch information
minrk committed Dec 16, 2013
2 parents a578594 + 4e78d4a commit 5a3348e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/nbconvert/templates/slides_reveal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ html {
overflow-y: auto;
}
.reveal {
font-size: 20px;
font-size: 160%;
}
.reveal pre {
width: inherit;
Expand Down

0 comments on commit 5a3348e

Please sign in to comment.