diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-05-18 22:22:25 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-05-18 22:23:31 +0200 |
commit | 133b15b260bd83bbee9ff7aa5958a9ad16b80607 (patch) | |
tree | 64b5a57dfb9fbf1054d7ae5edbeb8554bd9b3928 /xsl | |
parent | b00616b2dcc44a59cf89c0980d4e8233b944da50 (diff) | |
download | mutti-web-133b15b260bd83bbee9ff7aa5958a9ad16b80607.tar.gz mutti-web-133b15b260bd83bbee9ff7aa5958a9ad16b80607.tar.bz2 mutti-web-133b15b260bd83bbee9ff7aa5958a9ad16b80607.zip |
Use :before and :after instead of a hr at end/start of the container
Also use box-sizing border box for the content to align with the menu.
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 1437054..bdac066 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -30,7 +30,6 @@ <li style="display: none"><a href="#page" accesskey="S" /></li> </ul> <div id="container"> - <hr /> <div id="page"> <div id="info"> <strong> @@ -75,7 +74,6 @@ </div> <xsl:apply-templates mode="html" /> </div> - <hr /> </div> <div id="footer"> <p> |