[phpcvsview-cvs-updates] phpcvsview/Themes/Red theme.css,1.2,1.3
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2005-02-03 08:22:06
|
Update of /cvsroot/phpcvsview/phpcvsview/Themes/Red In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6364/Themes/Red Modified Files: theme.css Log Message: Updated themes with code for support of DIFF Index: theme.css =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Red/theme.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** theme.css 1 Feb 2005 15:04:26 -0000 1.2 --- theme.css 3 Feb 2005 08:21:57 -0000 1.3 *************** *** 102,103 **** --- 102,139 ---- font-weight: normal; } + + div.normal + { + font-family: courier; + color: #000000; + font-size: 10pt; + border: 0px none; + width: 100%; + border-spacing: 0px 0px; + border-collapse: collapse; + background-color: #ffffff; + } + + div.added + { + font-family: courier; + color: #000000; + font-size: 10pt; + border: 0px none; + width: 100%; + border-spacing: 0px 0px; + border-collapse: collapse; + background-color: #ddffdd; + } + + div.removed + { + font-family: courier; + color: #000000; + font-size: 10pt; + border: 0px none; + width: 100%; + border-spacing: 0px 0px; + border-collapse: collapse; + background-color: #ffdddd; + } |