diff options
author | hakimel | 2013-01-29 18:59:36 -0500 |
---|---|---|
committer | hakimel | 2013-01-29 18:59:36 -0500 |
commit | 1ca8306e2adbc8f2a2e299db5ddebf3b421f3464 (patch) | |
tree | e63d27214bb7576ad9cb41d8df826cc960ab2c01 /index.html | |
parent | a20d3b68627f7b83d0ad3a28280c9ec53c97af40 (diff) |
rename padding config option to margin, better mobile support for scaled presentations (#310)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> + <link rel="stylesheet" href="css/reveal.min.css"> <link rel="stylesheet" href="css/theme/default.css" id="theme"> |