diff --git a/cscweb.xsl b/cscweb.xsl index b0040da..97da5f5 100755 --- a/cscweb.xsl +++ b/cscweb.xsl @@ -132,8 +132,8 @@ -
+
diff --git a/default.css b/default.css index 2c94051..14abaaf 100755 --- a/default.css +++ b/default.css @@ -20,6 +20,7 @@ th { background: #002288; color: white; } body, .web-framework { width:760px; margin:0 auto; + padding:0 20px; font-size:12px; } @@ -37,14 +38,19 @@ p { .template-header { border-bottom:1px solid #ccc; /*background-color:#cee6ff;*/ - margin-top:100px; + margin-top:65px; } .webtitle { position:absolute; top:0; left:0; + width:100%; background-color:#215498; +} .webtitle .webtitle-inner { + width:760; + margin:0 auto; + padding:0 20px; } .menuspace {