padding: 0 0 1em 4em;
}
#inner p, #inner pre {
- padding: 0 0 1em 1em;
+ margin-bottom: 1em;
}
#inner pre {
font-family: monospace;
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 */
<!-- 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 -->