diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 222c511..0f0c5a6 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -32,7 +32,7 @@ </div> <div id="container" style="background:white"> <hr class="delimit" /> - <div id="page" style="border-left: 200px solid white;"> + <div id="page"> <div style=" width: 180px; float:left; |