|
From: Bart v. B. <ba...@us...> - 2001-12-20 16:58:44
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv18329/templates/subSilver
Modified Files:
subSilver.css
Log Message:
Fixed bug #493598 and added SPAN to signature
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** subSilver.css 2001/12/15 17:35:52 1.1
--- subSilver.css 2001/12/20 16:58:39 1.2
***************
*** 136,140 ****
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
! .signature { font-size : 11px; text-decoration : none; line-height : 150%; color : #333366; }
.editedby { font-size : 10px; line-height : 100%; color : #333333; }
--- 136,140 ----
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
! .signature { font-size : 11px; text-decoration : none; color : #333366; }
.editedby { font-size : 10px; line-height : 100%; color : #333333; }
|