You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/26 09:16:45 UTC

svn commit: r1806277 - /ofbiz/ofbiz-plugins/trunk/solr/webapp/solr/css/styles/cloud.css

Author: deepak
Date: Sat Aug 26 09:16:45 2017
New Revision: 1806277

URL: http://svn.apache.org/viewvc?rev=1806277&view=rev
Log:
Fixed: Used semicolon insted of comma to terminate css statement

Modified:
    ofbiz/ofbiz-plugins/trunk/solr/webapp/solr/css/styles/cloud.css

Modified: ofbiz/ofbiz-plugins/trunk/solr/webapp/solr/css/styles/cloud.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/solr/webapp/solr/css/styles/cloud.css?rev=1806277&r1=1806276&r2=1806277&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/solr/webapp/solr/css/styles/cloud.css (original)
+++ ofbiz/ofbiz-plugins/trunk/solr/webapp/solr/css/styles/cloud.css Sat Aug 26 09:16:45 2017
@@ -404,7 +404,7 @@ limitations under the License.
 
 #cloudGraphPaging
 {
-  display: inline-block,
-  padding-top: 15px,
-  padding-bottom: 15px
+  display: inline-block;
+  padding-top: 15px;
+  padding-bottom: 15px;
 }