|
From: Andrew <men...@us...> - 2006-01-14 22:46:52
|
Update of /cvsroot/mxbb/core/docs/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20373/docs/css Modified Files: subSilver.css Log Message: This should set the stage for "real" updates. Page border color was changed in the CSS, and index.html simply updated. Index: subSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/docs/css/subSilver.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.css 14 Jan 2006 22:38:13 -0000 1.1 --- subSilver.css 14 Jan 2006 22:46:45 -0000 1.2 *************** *** 17,22 **** /** ! * Note that this is the _exact_ subSilver CSS file. We are of course using ! * it for our documentation as well. All copyrights and essential credits are * of course listed below. * --- 17,22 ---- /** ! * Note that this is the original subSilver style, with a few minor changes ! * done to suit our needs. All copyrights and essential credits are * of course listed below. * *************** *** 53,57 **** /* 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 */ --- 53,57 ---- /* This is the border line & background colour round the entire page */ ! .bodyline { background-color: #FFFFFF; border: 1px #006699 solid; } /* This is the outline round the main forum tables */ |