Update of /cvsroot/phpcvsview/phpcvsview/Themes/Default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18279/Themes/Default
Modified Files:
theme.css
Log Message:
Index: theme.css
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** theme.css 4 Feb 2005 10:56:38 -0000 1.14
--- theme.css 7 Aug 2005 03:33:34 -0000 1.15
***************
*** 1,8 ****
body
{
! margin-top: 3px;
! margin-bottom: 3px;
! margin-left: 3px;
! margin-right: 3px;
padding:0px;
font-family: Tahoma, arial, sans-serif;
--- 1,5 ----
body
{
! margin: 3px;
padding:0px;
font-family: Tahoma, arial, sans-serif;
***************
*** 155,156 ****
--- 152,173 ----
background-color: #ffdddd;
}
+ .filerevision {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ }
+
+ .filerevision p {
+ margin: 0 0 0 7px;
+ padding: 0;
+ }
+
+ p.logmsg {
+ font-family: courier;
+ padding: 0;
+ margin: 0 0 0 10px;
+ }
+
+ .logmsg {
+ white-space: pre;
+ }
+
|