From: Chris W. <la...@us...> - 2004-11-27 19:21:14
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8790 Modified Files: main.css Log Message: align box content left Index: main.css =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/html/main.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main.css 22 May 2004 04:06:31 -0000 1.1 --- main.css 27 Nov 2004 19:21:05 -0000 1.2 *************** *** 2,6 **** background: #eeeeee; border: 1px solid black; - color: black; text-align: left; margin: 0px 2px 2px 0px; --- 2,5 ---- *************** *** 17,19 **** --- 16,19 ---- .boxContent { margin: 0px 2px 2px 0px; + text-align: left; } \ No newline at end of file |