From: <ce...@us...> - 2004-01-08 15:44:54
|
Update of /cvsroot/csseditor/htdocs/style In directory sc8-pr-cvs1:/tmp/cvs-serv25194/style Modified Files: layout.css Log Message: Make horizontal rules 1 pixel high and solid Index: layout.css =================================================================== RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** layout.css 8 Jan 2004 14:14:09 -0000 1.5 --- layout.css 8 Jan 2004 15:44:51 -0000 1.6 *************** *** 104,107 **** --- 104,111 ---- text-decoration: none; } + #content hr { + border: 0; + border-top: solid 1px black; + } #news { *************** *** 148,149 **** --- 152,154 ---- text-decoration: none; } + |