You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/03/24 08:01:54 UTC

[ofbiz-framework] 04/04: Improved: unify style application

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-framework.git

commit 3f01b0d422576dadfd68048d5cdc35b3b923715f
Author: Pierre Smits <pi...@apache.org>
AuthorDate: Sun Mar 15 10:05:03 2020 +0100

    Improved: unify style application
    
    (OFBIZ-11458)
    
    remove unused property 'align-float'
---
 themes/bluelight/webapp/bluelight/style.css          | 3 ---
 themes/flatgrey/webapp/flatgrey/style.css            | 3 ---
 themes/flatgrey/webapp/flatgrey/stylertl.css         | 3 ---
 themes/rainbowstone/webapp/rainbowstone/style.css    | 3 ---
 themes/rainbowstone/webapp/rainbowstone/stylertl.css | 3 ---
 themes/tomahawk/webapp/tomahawk/css/style.css        | 3 ---
 themes/tomahawk/webapp/tomahawk/css/stylertl.css     | 3 ---
 7 files changed, 21 deletions(-)

diff --git a/themes/bluelight/webapp/bluelight/style.css b/themes/bluelight/webapp/bluelight/style.css
index 7fdccf6..39e4af5 100644
--- a/themes/bluelight/webapp/bluelight/style.css
+++ b/themes/bluelight/webapp/bluelight/style.css
@@ -910,9 +910,6 @@ in contained elements. */
 .align-center {
     text-align: center;
 }
-.align-float {
-    float: right;
-}
 .align-justify {
     text-align: justify;
 }
diff --git a/themes/flatgrey/webapp/flatgrey/style.css b/themes/flatgrey/webapp/flatgrey/style.css
index 0b502f8..e79a5ec 100644
--- a/themes/flatgrey/webapp/flatgrey/style.css
+++ b/themes/flatgrey/webapp/flatgrey/style.css
@@ -232,9 +232,6 @@ th, th a {
 .align-center {
     text-align: center;
 }
-.align-float {
-    float: right;
-}
 .align-justify {
     text-align: justify;
 }
diff --git a/themes/flatgrey/webapp/flatgrey/stylertl.css b/themes/flatgrey/webapp/flatgrey/stylertl.css
index 2deded7..4d4acfd 100644
--- a/themes/flatgrey/webapp/flatgrey/stylertl.css
+++ b/themes/flatgrey/webapp/flatgrey/stylertl.css
@@ -175,9 +175,6 @@ DIV.column-left-wide {
 .align-center {
     text-align: center;
 }
-.align-float {
-    float: left;
-}
 .align-justify {
     text-align: justify;
 }
diff --git a/themes/rainbowstone/webapp/rainbowstone/style.css b/themes/rainbowstone/webapp/rainbowstone/style.css
index 09cc770..0d30b26 100644
--- a/themes/rainbowstone/webapp/rainbowstone/style.css
+++ b/themes/rainbowstone/webapp/rainbowstone/style.css
@@ -234,9 +234,6 @@ th, th a {
 .align-center {
     text-align: center;
 }
-.align-float {
-    float: right;
-}
 .align-justify {
     text-align: justify;
 }
diff --git a/themes/rainbowstone/webapp/rainbowstone/stylertl.css b/themes/rainbowstone/webapp/rainbowstone/stylertl.css
index 8d36745..dc31732 100644
--- a/themes/rainbowstone/webapp/rainbowstone/stylertl.css
+++ b/themes/rainbowstone/webapp/rainbowstone/stylertl.css
@@ -175,9 +175,6 @@ DIV.column-left-wide {
 .align-center {
     text-align: center;
 }
-.align-float {
-    float: left;
-}
 .align-justify {
     text-align: justify;
 }
diff --git a/themes/tomahawk/webapp/tomahawk/css/style.css b/themes/tomahawk/webapp/tomahawk/css/style.css
index 0b38c79..4118020 100644
--- a/themes/tomahawk/webapp/tomahawk/css/style.css
+++ b/themes/tomahawk/webapp/tomahawk/css/style.css
@@ -939,9 +939,6 @@ in contained elements. */
 .align-center {
     text-align: center;
 }
-.align-float {
-    float: right;
-}
 .align-justify {
     text-align: justify;
 }
diff --git a/themes/tomahawk/webapp/tomahawk/css/stylertl.css b/themes/tomahawk/webapp/tomahawk/css/stylertl.css
index 82d773e..df77ad3 100644
--- a/themes/tomahawk/webapp/tomahawk/css/stylertl.css
+++ b/themes/tomahawk/webapp/tomahawk/css/stylertl.css
@@ -175,9 +175,6 @@ DIV.column-left-wide {
 .align-center {
     text-align: center;
 }
-.align-float {
-    float: left;
-}
 .align-justify {
     text-align: justify;
 }