|
From: OryNider <ory...@us...> - 2007-12-27 03:45:25
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31769 Modified Files: subsilver2.css Log Message: Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** subsilver2.css 27 Dec 2007 03:22:13 -0000 1.2 --- subsilver2.css 27 Dec 2007 03:45:18 -0000 1.3 *************** *** 17,20 **** --- 17,26 ---- p, td { font-size: 11px; color: #000000; } + /* This is the border line & background colour round the entire page */ + .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } + + /* This is the outline round the main forum tables */ + .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } + /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { |