diff options
author | Eric Guzman | 2012-05-21 15:42:01 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-21 15:42:01 -0700 |
commit | a48b284e902708685ab892b273538eb8ba65e496 (patch) | |
tree | 7ead4a21c711690ac90d91609cee5f7a151f3ec5 /js/panels/CSSPanel | |
parent | a237dfaad38bb9efac803db83a28099f6f74dde8 (diff) | |
download | ninja-a48b284e902708685ab892b273538eb8ba65e496.tar.gz |
Computed Styles - Add some CSS that was inherited from old CSS Panel
Diffstat (limited to 'js/panels/CSSPanel')
-rwxr-xr-x | js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css b/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css index 21dd9055..d60f2d9c 100755 --- a/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css +++ b/js/panels/CSSPanel/ComputedStyleSubPanel.reel/computed-style-sub-panel.css | |||
@@ -54,8 +54,9 @@ | |||
54 | } | 54 | } |
55 | .nj-css-computed-list dt, .nj-css-computed-list dd { | 55 | .nj-css-computed-list dt, .nj-css-computed-list dd { |
56 | cursor: default; | 56 | cursor: default; |
57 | display: inline-block; | ||
57 | } | 58 | } |
58 | .nj-css-style-list.nj-css-computed-list dt { | 59 | .nj-css-style-list.nj-css-computed-list dt { |
59 | color: #FFF; | 60 | color: #FFF; |
60 | width: 55%; | 61 | width: 48%; |
61 | } | 62 | } |