From: Darren G. <dg...@us...> - 2004-09-17 18:56:17
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29516/templates Modified Files: style.css Log Message: Added sorting option for multiview feeds Index: style.css =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates/style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** style.css 2 Sep 2004 21:38:27 -0000 1.1 --- style.css 17 Sep 2004 18:56:06 -0000 1.2 *************** *** 47,54 **** --- 47,61 ---- width: 100%; } + + div.fancyBorder { + border-bottom: 1px dashed #FFFFFF; + } + .submit { text-align: center; width: 100%; padding-top: 10px; + padding-bottom: 10px; + padding-right: 10px; clear: both; } |