Skip to content

Commit

Permalink
Merge pull request #207 from durin42/fix-firefox-presenter
Browse files Browse the repository at this point in the history
Fix for presenter view on Firefox (issue 167)
  • Loading branch information
goncalossilva committed Mar 12, 2013
2 parents 1eae579 + e89361c commit d297bd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/presenter.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ div.zoomed {
zoom: 50%;
-moz-transform: scale(0.5);
-moz-transform-origin: 0 0;
margin-bottom: -50%;
}

#preso { margin-top: 20px; }

#main h2 {
#main h2 {
text-align: left;
font-size: 1.5em;
}
Expand Down Expand Up @@ -46,7 +47,7 @@ div.zoomed {

#sidebar { background: #ddd; }

#notes {
#notes {
background: #ff9;
font-size: 1.5em;
min-height: 150px;
Expand Down

0 comments on commit d297bd2

Please sign in to comment.