You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by it...@apache.org on 2010/05/04 13:18:33 UTC

svn commit: r940805 - /incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/list.css

Author: ito
Date: Tue May  4 11:18:33 2010
New Revision: 940805

URL: http://svn.apache.org/viewvc?rev=940805&view=rev
Log:
size of list elements reverted to revision 931121

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/list.css

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/list.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/list.css?rev=940805&r1=940804&r2=940805&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/list.css (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/list.css Tue May  4 11:18:33 2010
@@ -62,12 +62,12 @@
 }
 
 .tx-list ol.tx-size1 li div.tx-thumb img.tx-width  {
-	width: 200px;
+	width: 150px;
 	height: auto;
 }
 
 .tx-list ol.tx-size1 li div.tx-thumb img.tx-height  {
-	height: 200px;
+	height: 150px;
 	width: auto;
 }
 
@@ -82,12 +82,12 @@
 }
 
 .tx-list ol.tx-size2 li div.tx-thumb img.tx-width  {
-	width: 150px;
+	width: 120px;
 	height: auto;
 }
 
 .tx-list ol.tx-size2 li div.tx-thumb img.tx-height  {
-	height: 150px;
+	height: 120px;
 	width: auto;
 }