[Pkg-mozext-commits] [firebug] 04/22: Whitespace fixes

David Prévot taffit at moszumanska.debian.org
Sat Jul 19 21:45:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firebug.

commit a2cb48ff41c1939cac8bb65df423084040538746
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Mon Jun 23 23:53:20 2014 +0200

    Whitespace fixes
---
 extension/content/firebug/html/layout.js | 4 ++--
 extension/skin/classic/layout.css        | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/extension/content/firebug/html/layout.js b/extension/content/firebug/html/layout.js
index 83e8a06..f11f8b4 100644
--- a/extension/content/firebug/html/layout.js
+++ b/extension/content/firebug/html/layout.js
@@ -65,8 +65,8 @@ LayoutPanel.prototype = Obj.extend(Panel,
                             Locale.$STR("a11y.layout.box-sizing") + ": " + "$boxSizing"),
                         SPAN({"class": "layoutZIndex", $invisible: "$zIndex|isInvisible",
                                 "aria-label": Locale.$STR("a11y.layout.z-index")},
-                            "z: " + "$zIndex"), 	 
-                        SPAN({"class": "layoutDisplay layoutCaption", 	
+                            "z: " + "$zIndex"),
+                        SPAN({"class": "layoutDisplay layoutCaption",
                                 "aria-label": Locale.$STR("a11y.layout.display")},
                             "display: " + "$display")
                     ),
diff --git a/extension/skin/classic/layout.css b/extension/skin/classic/layout.css
index 005211c..a229426 100644
--- a/extension/skin/classic/layout.css
+++ b/extension/skin/classic/layout.css
@@ -120,7 +120,8 @@
 .layoutZIndex {
     float: right;
 }
-.layoutDisplay {    
+
+.layoutDisplay {
     left: 90px;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list