You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ta...@apache.org on 2014/05/08 21:12:03 UTC

svn commit: r1593384 - /openoffice/ooo-site/trunk/content/test-he/rtl.css

Author: tal
Date: Thu May  8 19:12:03 2014
New Revision: 1593384

URL: http://svn.apache.org/r1593384
Log:
minor CSS fix for Hebrew test site.

Modified:
    openoffice/ooo-site/trunk/content/test-he/rtl.css

Modified: openoffice/ooo-site/trunk/content/test-he/rtl.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test-he/rtl.css?rev=1593384&r1=1593383&r2=1593384&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/test-he/rtl.css (original)
+++ openoffice/ooo-site/trunk/content/test-he/rtl.css Thu May  8 19:12:03 2014
@@ -95,30 +95,36 @@ body {direction:rtl;}
 li.product-writer {
 	background-image: url(/product/icons/writer.png);
 	background-position: right center;
+	background-repeat: no-repeat;
 	padding: 10px 50px 3px 10px;
 }
 li.product-calc {
 	background-image: url(/product/icons/calc.png);
 	background-position: right center;
+	background-repeat: no-repeat;
 	padding: 10px 50px 3px 10px;
 }
 li.product-impress {
 	background-image: url(/product/icons/impress.png);
 	background-position: right center;
+	background-repeat: no-repeat;
 	padding: 10px 50px 3px 10px;
 }
 li.product-base {
 	background-image: url(/product/icons/base.png);
 	background-position: right center;
+	background-repeat: no-repeat;
 	padding: 10px 50px 3px 10px;
 }
 li.product-draw {
 	background-image: url(/product/icons/draw.png);
 	background-position: right center;
+	background-repeat: no-repeat;
 	padding: 10px 50px 3px 10px;
 }
 li.product-math {
 	background-image: url(/product/icons/math.png);
 	background-position: right center;
+	background-repeat: no-repeat;
 	padding: 10px 50px 3px 10px;
 }
\ No newline at end of file