|
From: Doug K. <dou...@us...> - 2002-03-25 20:32:41
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv21078/templates/subSilver
Modified Files:
formIE.css subSilver.css
Log Message:
Fixing bug 520011-multiple inline images break layout in NS. Tom sent this to me, so here it is.
Index: formIE.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/formIE.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** formIE.css 1 Oct 2001 23:22:18 -0000 1.2
--- formIE.css 25 Mar 2002 20:32:36 -0000 1.3
***************
*** 17,18 ****
--- 17,19 ----
}
+ .postbody { line-height: 18px}
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** subSilver.css 24 Mar 2002 14:02:00 -0000 1.8
--- subSilver.css 25 Mar 2002 20:32:36 -0000 1.9
***************
*** 141,145 ****
/* The content of the posts (body of text) */
! .postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
--- 141,145 ----
/* The content of the posts (body of text) */
! .postbody { font-size : 12px;}
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
|