projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2faad4
)
disabled overflow on body (fixes #2)
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Mon, 5 Dec 2011 09:00:52 +0000
(
01:00
-0800)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Mon, 5 Dec 2011 09:00:52 +0000
(
01:00
-0800)
css/main.css
patch
|
blob
|
history
diff --git
a/css/main.css
b/css/main.css
index 83d53ba37868863e527e1e5ec8a98620991650b4..40806d3ef40bc61f0a20e43e50590c03870830be 100644
(file)
--- a/
css/main.css
+++ b/
css/main.css
@@
-25,8
+25,7
@@
html, body {
position: relative;
padding: 0;
margin: 0;
- overflow-x: hidden;
- overflow-y: auto;
+ overflow: hidden;
font-family: 'Lato', Times, 'Times New Roman', serif;
font-size: 36px;