aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list.reel/rule-list.css
diff options
context:
space:
mode:
authorEric Guzman2012-03-12 15:24:29 -0700
committerEric Guzman2012-03-12 15:24:29 -0700
commit42d9f27afea3066cbccf22c76753f407fd340c30 (patch)
tree004ffab43a012142bbf78137d70a8f78267544db /js/panels/css-panel/rule-list.reel/rule-list.css
parent10e4712ea5cf44041668dce9e767cb875ed53784 (diff)
downloadninja-42d9f27afea3066cbccf22c76753f407fd340c30.tar.gz
CSS Panel Update - Rule List component update
Diffstat (limited to 'js/panels/css-panel/rule-list.reel/rule-list.css')
-rw-r--r--js/panels/css-panel/rule-list.reel/rule-list.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.css b/js/panels/css-panel/rule-list.reel/rule-list.css
index 5f9092f3..8bb90331 100644
--- a/js/panels/css-panel/rule-list.reel/rule-list.css
+++ b/js/panels/css-panel/rule-list.reel/rule-list.css
@@ -12,10 +12,11 @@
12 background-color: #FFF; 12 background-color: #FFF;
13 background: #FFF -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 4px); 13 background: #FFF -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 4px);
14 color: #333; 14 color: #333;
15 display: -webkit-box;
15 font-family: monospace; 16 font-family: monospace;
16 padding: 0; 17 padding: 0;
17 margin: 0; 18 margin: 0;
18 display: -webkit-box; 19 overflow-y: scroll;
19 -webkit-box-orient: vertical; 20 -webkit-box-orient: vertical;
20 -webkit-box-flex: 1; 21 -webkit-box-flex: 1;
21} 22}
@@ -23,7 +24,4 @@
23 list-style-type: none; 24 list-style-type: none;
24 margin: 3px 6px; 25 margin: 3px 6px;
25 position: relative; 26 position: relative;
26}
27.rule-list li {
28
29} \ No newline at end of file 27} \ No newline at end of file