[phpcvsview-cvs-updates] phpcvsview/Themes/Default theme.css,1.12,1.13
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Sijis A. <si...@us...> - 2005-02-04 09:55:31
|
Update of /cvsroot/phpcvsview/phpcvsview/Themes/Default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12580/Themes/Default Modified Files: theme.css Log Message: - added class for diff form styling Index: theme.css =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.css,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** theme.css 3 Feb 2005 23:47:29 -0000 1.12 --- theme.css 4 Feb 2005 09:55:19 -0000 1.13 *************** *** 25,28 **** --- 25,32 ---- text-decoration: underline; } + input + { + font-size: 8pt; + } .head { *************** *** 69,72 **** --- 73,83 ---- margin: 0px; } + .diffform + { + font-size: 8pt; + text-align: left; + padding: 0px; + margin: 0px; + } .title { *************** *** 145,147 **** background-color: #ffdddd; } - --- 156,157 ---- |