Skip to content

Commit

Permalink
presenter display: fix notes view on Firefox
Browse files Browse the repository at this point in the history
Gecko doesn't seem to infer the reduced margin the same way WebKit
does, but explicitly stating the -50% margin works correctly on both
browsers.

Fixes schacon#167.
  • Loading branch information
durin42 committed Mar 5, 2013
1 parent 1eae579 commit e91f698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/css/presenter.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ div.zoomed {
zoom: 50%;
-moz-transform: scale(0.5);
-moz-transform-origin: 0 0;
margin-bottom: -50%;
}

#preso { margin-top: 20px; }
Expand Down

0 comments on commit e91f698

Please sign in to comment.