Update of /cvsroot/yafdotnet/yafsrc/themes/soclean
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29536/yafsrc/themes/soclean
Modified Files:
Tag: v1_0_2_NETv2
theme.css
Log Message:
Removed directX filter for content table that was causing problems on IE.
Index: theme.css
===================================================================
RCS file: /cvsroot/yafdotnet/yafsrc/themes/soclean/theme.css,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -d -r1.3.2.2 -r1.3.2.3
*** theme.css 3 Oct 2006 12:11:45 -0000 1.3.2.2
--- theme.css 21 Mar 2007 22:45:13 -0000 1.3.2.3
***************
*** 177,181 ****
padding: 0px;
background-color: #FFFFFF;
- filter: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3));
}
--- 177,180 ----
***************
*** 302,306 ****
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
- */
div.postdiv
{
--- 301,304 ----
***************
*** 308,310 ****
min-height: 100px;
overflow: auto;
! }
\ No newline at end of file
--- 306,309 ----
min-height: 100px;
overflow: auto;
! }
! */
\ No newline at end of file
|