]> git.parisson.com Git - django-social-auth.git/commitdiff
Reset headings margin and padding
authorMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 21:50:12 +0000 (19:50 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sun, 9 Jan 2011 21:50:12 +0000 (19:50 -0200)
example/templates/base.html

index 3acab783a4cc94b7e9a889ff75c2558a954de6ad..5e8652c8b0d28047fe7ae65c486cf57b3c712eec 100644 (file)
@@ -7,6 +7,7 @@
     <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
     <style type="text/css">
       body {background-color: #eee; padding: 10px 20px; font-family: sans-serif; color: #333;}
+      h1, h2, h3 {margin: 0; padding: 0;}
       h1 {font-size: 1.8em; border-bottom: 1px solid #bbb; width: 95%;}
       h2 {font-size: 1.3em; border-bottom: 1px solid #ddd; width: 85%;}
       h3 {font-size: 1.2em;}
@@ -20,7 +21,7 @@
       th, td {padding: 5px 15px;}
       tr.even {background-color: #ddd;}
       #heading {margin-top: 2.3em;}
-      #content {padding: 5px 20px;}
+      #content {padding: 0 20px;}
       .helptext {font-size: 0.9em; color: #aaa; margin: 0; padding: 0;}
       .description {font-size: 1.0em; color: #333;}
       a.logout, .associated, .error {color: #c00;}