[Rt-commit] rt branch, 4.0/remove-logo-border-for-theme-editor, created. rt-4.0.0rc6-88-g3fb0d20

Thomas Sibley trs at bestpractical.com
Wed Mar 16 16:57:44 EDT 2011


The branch, 4.0/remove-logo-border-for-theme-editor has been created
        at  3fb0d207c215fa538e40a28d02b13beb4772ca90 (commit)

- Log -----------------------------------------------------------------
commit 3fb0d207c215fa538e40a28d02b13beb4772ca90
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Mar 16 16:57:35 2011 -0400

    Don't show a border around the linked logo image on the theme editor

diff --git a/share/html/NoAuth/css/base/theme-editor.css b/share/html/NoAuth/css/base/theme-editor.css
index c7a0a4e..a30d88b 100644
--- a/share/html/NoAuth/css/base/theme-editor.css
+++ b/share/html/NoAuth/css/base/theme-editor.css
@@ -57,6 +57,10 @@
     font-weight: bold;
 }
 
+#logo-theme-editor a img {
+    border: none;
+}
+
 #simple-customize {
     float: left;
     width: 48%;

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


More information about the Rt-commit mailing list