diff --git a/cscweb.xsl b/cscweb.xsl index 42a762b..05559ed 100755 --- a/cscweb.xsl +++ b/cscweb.xsl @@ -110,7 +110,7 @@ - +
diff --git a/default.css b/default.css index 75fb5ae..b66841d 100755 --- a/default.css +++ b/default.css @@ -24,7 +24,7 @@ body, .web-framework { } h2 { - border-left:4px solid #ff9900; + border-left:10px solid #ff9900; font-family:'Lucida Grande', Sans, Sans-serif; text-transform:uppercase; } @@ -41,7 +41,8 @@ p { .menuitem { } .menuitem a { text-decoration:none; - font-weight:700; + font-weight:400; + font-family:'Lucida Grande', Sans, Sans-serif; } .menuitem a:hover { font-weight:700; }