From: <smi...@us...> - 2004-01-02 04:07:18
|
Update of /cvsroot/devil-linux/web In directory sc8-pr-cvs1:/tmp/cvs-serv19372 Modified Files: dl.css Log Message: some corrections and print header centered Index: dl.css =================================================================== RCS file: /cvsroot/devil-linux/web/dl.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dl.css 2 Jan 2004 02:51:00 -0000 1.2 +++ dl.css 2 Jan 2004 04:07:07 -0000 1.3 @@ -8,7 +8,7 @@ .menu { color: rgb(255, 0, 0); margin-bottom:6px; font-weight:bold; } .gray { color: rgb(192, 192, 192); margin-bottom:6px; font-weight:bold; } -.bigh1 { color: rgb(0, 128, 128); font-size:36px; margin-bottom:26px; font-weight:bold; } +.bigh1 { color: rgb(0, 128, 128); font-size:36px; margin-bottom:26px; font-weight:bold; text-align:center; } .h1 { color: rgb(0, 128, 128); font-size:20px; margin-bottom:6px; font-weight:bold; } |