This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 30ec649  Improved: Fix issues reported by  SonarQube analysis on 
Github (OFBIZ-12284)
30ec649 is described below

commit 30ec649c573f094dedb13547c4297455ebfdae5e
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Aug 6 18:29:43 2021 +0200

    Improved: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
    
    Fixes last bugs
---
 multiflex/webapp/multiflex/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multiflex/webapp/multiflex/style.css 
b/multiflex/webapp/multiflex/style.css
index 2f0355f..b90414b 100644
--- a/multiflex/webapp/multiflex/style.css
+++ b/multiflex/webapp/multiflex/style.css
@@ -516,7 +516,7 @@ footer {
 }
 
 .nocolumns {
-    w_idth: 900px;
+    width: 900px;
     width: 870px;
     padding: 0 1em 0 1em;
     background: #FFFFFF url(/images/bg_head_breadcrumbs.jpg) repeat-y;
@@ -1010,7 +1010,7 @@ p:after {
 .nocolumns .screenlet-title-bar,
 .rightonly .screenlet-title-bar,
 .leftonly .screenlet-title-bar {
-    c_lear: both;
+    clear: both;
     margin: 0px;
     padding: 4px 20px 3px 20px;
     background-color: rgb(190, 190, 190);

Reply via email to