fix control arrow anti-aliasing in ff

master
Hakim El Hattab 2013-04-27 17:38:52 -04:00
parent 6cfc6ecc49
commit 1dfcab906e
2 changed files with 3 additions and 1 deletions

View File

@ -369,6 +369,8 @@ body {
height: 0;
border: 12px solid transparent;
-moz-transform: scale(.9999);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long