Revision: 8914
http://xoops.svn.sourceforge.net/xoops/?rev=8914&view=rev
Author: djculex
Date: 2012-02-08 19:17:57 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
changed css in galleriffic-5.css
- from width TO max-height + max-width
Modified Paths:
--------------
XoopsModules/smallworld/trunk/smallworld/css/galleriffic-5.css
Modified: XoopsModules/smallworld/trunk/smallworld/css/galleriffic-5.css
===================================================================
--- XoopsModules/smallworld/trunk/smallworld/css/galleriffic-5.css 2012-02-08 19:13:36 UTC (rev 8913)
+++ XoopsModules/smallworld/trunk/smallworld/css/galleriffic-5.css 2012-02-08 19:17:57 UTC (rev 8914)
@@ -88,8 +88,8 @@
div.slideshow img {
border-style: solid;
border-width: 1px;
- width:500px;
- /*height:500px;*/
+ max-height: 500px;
+ max-width: 500px;
}
div.caption-container {
float: right;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|