diff options
author | Hakim El Hattab | 2012-08-04 15:45:13 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-08-04 15:45:13 -0400 |
commit | f350c6a5cdc6f7ae01bb490896329cf6533156b6 (patch) | |
tree | 95e5791e4fee740b975dbcf45cfa36ce9f37ef01 /css/main.css | |
parent | 7101c2408dd2ba1656883e186cecc9cace92112e (diff) |
support for PDF export in chrome (closes #92)
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 621857b..9a33421 100644 --- a/css/main.css +++ b/css/main.css @@ -216,6 +216,7 @@ body { .reveal code { font-family: monospace; + overflow-x: auto; } .reveal table th, @@ -474,6 +475,7 @@ body { top: 50%; margin-top: -320px; padding: 20px 0px; + overflow: visible; text-align: center; |