[Pkg-mozext-commits] [firebug] 02/21: Issue #7922: CSS flexbox order property accepting pixel values

David Prévot taffit at moszumanska.debian.org
Tue Sep 15 16:17:05 UTC 2015


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

taffit pushed a commit to branch master
in repository firebug.

commit ad8a606e9dad0cdf70909b34fb8bad9fa36de6e0
Author: SebastianZ <sebastianzartner at gmail.com>
Date:   Mon Jul 20 07:26:39 2015 +0200

    Issue #7922: CSS flexbox order property accepting pixel values
---
 extension/content/firebug/lib/css.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extension/content/firebug/lib/css.js b/extension/content/firebug/lib/css.js
index 79b7b74..87a30e4 100644
--- a/extension/content/firebug/lib/css.js
+++ b/extension/content/firebug/lib/css.js
@@ -1202,6 +1202,7 @@ Css.unitlessProperties =
     "font-weight": 1,
     "line-height": 1,
     "opacity": 1,
+    "order": 1,
     "orphans": 1,
     "widows": 1,
     "z-index": 1,

-- 
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