diff options
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/index.css b/static/css/index.css index 2e20351..5ab6076 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1,6 +1,10 @@ /* reset.css From http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */ +* { + padding:0; + margin:0; +} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
