[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.0-51-g06582e9

Jim Brandt jbrandt at bestpractical.com
Tue Feb 23 13:22:31 EST 2016


The branch, 4.4-trunk has been updated
       via  06582e92c9aad126a3ff3b519a97e5ca88aec26a (commit)
      from  2e4e03aefd4e20f7965040d705d3bb2d175596b8 (commit)

Summary of changes:
 share/static/css/base/nav.css | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 06582e92c9aad126a3ff3b519a97e5ca88aec26a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Feb 23 13:18:14 2016 -0500

    Add closing brace to nav.css file
    
    Commit ca981443 made some updates to css and missed
    one closing curly brace. Interestingly, the CSS still
    generally worked in Mac Firefox, but completely failed
    to load in Chrome and Opera.

diff --git a/share/static/css/base/nav.css b/share/static/css/base/nav.css
index c7cc7ce..4a5f244 100644
--- a/share/static/css/base/nav.css
+++ b/share/static/css/base/nav.css
@@ -53,6 +53,7 @@
         padding-bottom: 0.25em;
         height: auto;
     }
+}
 
 #page-navigation {
     z-index: 95;

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


More information about the rt-commit mailing list