[Rt-commit] rt branch, 4.4.4-releng, updated. rt-4.4.4beta2-2-gfff2d14a5

? sunnavy sunnavy at bestpractical.com
Mon Mar 4 11:35:39 EST 2019


The branch, 4.4.4-releng has been updated
       via  fff2d14a5e8738525522aa04a23fe9a7d6f427f2 (commit)
       via  54b2770e520886fe4c5dd88290c6e543090423ce (commit)
      from  e4f9ebb836a03f562184b50aef3c4d475265932f (commit)

Summary of changes:
 share/static/css/base/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 54b2770e520886fe4c5dd88290c6e543090423ce
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu Feb 28 14:48:51 2019 -0600

    Add trailing semicolon to shredder.css import
    
    The missing semicolon within the shredder.css import line caused
    some CSS to not import when the minifier runs.
    
    Fixes: I#34512

diff --git a/share/static/css/base/main.css b/share/static/css/base/main.css
index 1bdf4b87b..bc0ef1984 100644
--- a/share/static/css/base/main.css
+++ b/share/static/css/base/main.css
@@ -32,4 +32,4 @@
 @import "dropzone.css";
 @import "dropzone.customized.css";
 @import "keyboard-shortcuts.css";
- at import "shredder.css"
+ at import "shredder.css";

commit fff2d14a5e8738525522aa04a23fe9a7d6f427f2
Merge: e4f9ebb83 54b2770e5
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Mar 5 00:34:34 2019 +0800

    Merge branch '4.4/shredder-css-semicolon' into 4.4.4-releng


-----------------------------------------------------------------------


More information about the rt-commit mailing list