From 5de2111df0f557b6d888a12c3c134dd7622fc9c0 Mon Sep 17 00:00:00 2001 From: Juti Noppornpitak Date: Sun, 18 Mar 2007 11:53:44 +0000 Subject: [PATCH] Testing Web Framework --- cscweb.xsl | 4 +++- default.css | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cscweb.xsl b/cscweb.xsl index ebd3c32..a6ecd13 100755 --- a/cscweb.xsl +++ b/cscweb.xsl @@ -20,12 +20,14 @@ +
- + +
diff --git a/default.css b/default.css index c5d8920..5ba1be5 100755 --- a/default.css +++ b/default.css @@ -15,3 +15,9 @@ td.eventroom { background: #eeffee; font-family: sans-serif; font-size: x-small; th.news { background: #222255; color: white; font-family: sans-serif; font-size: x-small; text-align: left; } td.pagetitle { font-size: large; font-weight: bold; } th { background: #002288; color: white; } + +/* CSS 2 (especially for Mozilla) and CSS 3 (according to the developmental spec) */ +.web-framework { + width:760px; + margin:0 auto; +}