|
From: Benjamin C. <bc...@us...> - 2001-10-08 03:24:07
|
Update of /cvsroot/phpbt/phpbt/docs/html In directory usw-pr-cvs1:/tmp/cvs-serv15607 Modified Files: docs.css Log Message: NS 4 doesn't fill the background color, so it looks stupid Index: docs.css =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/docs.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- docs.css 2001/10/03 03:30:17 1.3 +++ docs.css 2001/10/08 03:24:04 1.4 @@ -11,7 +11,7 @@ font-size: 20pt; font-family: "Tahoma", "Lucida", "Helvetica", "Arial", "Sans-Serif"; text-align: right; - background-color: #FFDDBB; + //background-color: #FFDDBB; padding: .1em; } |