Tidied up padding
authorMike Cardwell <github@grepular.com>
Mon, 19 Jul 2010 19:36:09 +0000 (03:36 +0800)
committerNigel Metheringham <nm9762github@muesli.org.uk>
Mon, 19 Jul 2010 20:01:21 +0000 (04:01 +0800)
templates/web/common.css
templates/wrapper.xsl

index 5094d7003c296e7b7a29d34b4c22295c2ef19c15..33748600ceb6e803a6fd7da76c664ed5cb253a80 100644 (file)
@@ -56,7 +56,7 @@ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acron
     padding:      0 0 1em 4em;
   }
   #inner p, #inner pre {
-    padding:      0 0 1em 1em;
+    margin-bottom: 1em;
   }
   #inner pre {
     font-family:      monospace;
@@ -66,11 +66,10 @@ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acron
           white-space:                    -o-pre-wrap;    /* Opera 7 */
           word-wrap:                      break-word;     /* Internet Explorer 5.5+ */
   }
-  #inner > * {
-    padding-left:     1em;
-    padding-right:      1em;
+  #content {
+    padding: 0 1em;
   }
-  @media all and ( max-width:640px ){ #inner > * { padding:0; } }
+  @media all and ( max-width:640px ){ #content { padding:0; } }
 
 /* Main Header */
 
index 4acf48ec4623445262d67b15fdcfbea3bec6c598..7c599d063b971b7857686ac7a1cdc3032678c656 100644 (file)
@@ -80,7 +80,9 @@
 
                       <!-- MAIN CONTENT. This is the div that wraps around the other stylesheets -->
                          <div id="inner">
-                            <xsl:call-template name="content"/>
+                            <div id="content">
+                              <xsl:call-template name="content"/>
+                           </div>
                          </div>
 
                       <!-- Branding -->