[ddbfs-cvsupdates] website style.css,1.1,1.2
Status: Planning
Brought to you by:
bcheesem
|
From: Brian C. <bch...@us...> - 2005-10-30 03:49:55
|
Update of /cvsroot/ddbfs/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28290 Modified Files: style.css Log Message: Added style information for the horizontal rules in the document. Index: style.css =================================================================== RCS file: /cvsroot/ddbfs/website/style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** style.css 30 Oct 2005 03:33:28 -0000 1.1 --- style.css 30 Oct 2005 03:49:45 -0000 1.2 *************** *** 51,54 **** --- 51,64 ---- } + hr + { + width: 60%; + color: #6666cc; + background-color: #6666cc; + border: none 0; + border-top: 1px dashed #6666cc; + height: 1px; + } + p { |