diff options
author | Eric Guzman | 2012-04-23 22:37:34 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-23 22:37:34 -0700 |
commit | 946fae3acf8ca9f384b662e40f406506e8b90ea7 (patch) | |
tree | 4b7afe0543a37f678ac1e12512bc9bd6315a40cd /js/panels/css-panel/css-panel.reel/css-panel.css | |
parent | cdd1189e349e2974681e2c451e861e5b0db570e4 (diff) | |
download | ninja-946fae3acf8ca9f384b662e40f406506e8b90ea7.tar.gz |
CSSPanel - Resizer
Diffstat (limited to 'js/panels/css-panel/css-panel.reel/css-panel.css')
-rw-r--r-- | js/panels/css-panel/css-panel.reel/css-panel.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/js/panels/css-panel/css-panel.reel/css-panel.css b/js/panels/css-panel/css-panel.reel/css-panel.css index e525c08f..7bcfbc1a 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.css +++ b/js/panels/css-panel/css-panel.reel/css-panel.css | |||
@@ -48,12 +48,4 @@ | |||
48 | -webkit-box-flex: 0; | 48 | -webkit-box-flex: 0; |
49 | } | 49 | } |
50 | 50 | ||
51 | /* ------------------ | ||
52 | Resizer | ||
53 | ------------------ */ | ||
54 | 51 | ||
55 | .sub-panel-resizer { | ||
56 | width: 100%; | ||
57 | height: 3px; | ||
58 | background-color: red; | ||
59 | } | ||