From: <dj...@us...> - 2012-01-15 13:26:27
|
Revision: 8731 http://xoops.svn.sourceforge.net/xoops/?rev=8731&view=rev Author: djculex Date: 2012-01-15 13:26:20 +0000 (Sun, 15 Jan 2012) Log Message: ----------- avoid distorded resizing in picture gallery Modified Paths: -------------- XoopsModules/smallworld/trunk/css/galleriffic-5.css Modified: XoopsModules/smallworld/trunk/css/galleriffic-5.css =================================================================== --- XoopsModules/smallworld/trunk/css/galleriffic-5.css 2012-01-15 07:41:11 UTC (rev 8730) +++ XoopsModules/smallworld/trunk/css/galleriffic-5.css 2012-01-15 13:26:20 UTC (rev 8731) @@ -88,8 +88,8 @@ div.slideshow img { border-style: solid; border-width: 1px; -width:500px; -height:500px; + width:500px; + /*height:500px;*/ } div.caption-container { float: right; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |