diff options
-rw-r--r-- | style/style.css | 6 | ||||
-rw-r--r-- | xsl/layout.xsl | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/style/style.css b/style/style.css index 83d7af3..59f981e 100644 --- a/style/style.css +++ b/style/style.css @@ -242,11 +242,15 @@ label { font-size: 15px; } -hr.delimit { +/*hr.delimit {*/ +#container > hr { height: 20px; background: #BBB082; color: #FFFFFF; border: none; + + /* Used to clear the layout */ + clear: both; } #footer { diff --git a/xsl/layout.xsl b/xsl/layout.xsl index db3b777..cc9da49 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -67,9 +67,8 @@ </a> </div> <xsl:apply-templates mode="html" /> - <br style="clear:both"/> </div> - <hr class="delimit" /> + <hr class="delimit" style="clear: both" /> </div> <div id="footer"> <p> |