diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-07 14:31:20 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-07 14:31:20 -0400 |
commit | 1c726eed78e176b9e62096580f384a0342515d17 (patch) | |
tree | f5ff3f7a92017a87d4d0f28f7bdc642f815ee72d /css | |
parent | 43c8990f2b195e39c09f801e20beb0efa330a198 (diff) | |
download | perl-software-in-gnu-guix-1c726eed78e176b9e62096580f384a0342515d17.tar perl-software-in-gnu-guix-1c726eed78e176b9e62096580f384a0342515d17.tar.gz |
remove duplicate padding/margin reset on html & body
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index f6392de..9ac39d1 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -46,8 +46,6 @@ footer, header, hgroup, menu, nav, section { html, body { - padding: 0; - margin: 0; width: 100%; height: 100%; min-height: 600px; |