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/07/10 12:57:37 UTC

svn commit: r1609441 - /openoffice/ooo-site/trunk/content/css/ooo.css

Author: tal
Date: Thu Jul 10 10:57:37 2014
New Revision: 1609441

URL: http://svn.apache.org/r1609441
Log:
fixed broken style sytax for lang/search div.

Modified:
    openoffice/ooo-site/trunk/content/css/ooo.css

Modified: openoffice/ooo-site/trunk/content/css/ooo.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/css/ooo.css?rev=1609441&r1=1609440&r2=1609441&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/css/ooo.css (original)
+++ openoffice/ooo-site/trunk/content/css/ooo.css Thu Jul 10 10:57:37 2014
@@ -49,8 +49,8 @@ body {
 }
 
 #languagesdiv {float: right; padding: 1em; font-size: 0.9em; color:gray; border-left:solid 1px #ccc;}
-#lanaugesdiv select {padding:1px}; /* equal height as of the search button */
-#searchdiv {padding:1em;font-size: 0.9em;} /*eq. positioning as for the languages div */
+#lanaugesdiv select {padding:1px;} /* equal height as of the search button */
+#searchdiv {padding:1em; font-size: 0.9em;} /* eq. positioning as for the languages div */
 
 
 a {