malteos commited on
Commit
4da8cf6
1 Parent(s): c0c661e

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +21 -0
style.css CHANGED
@@ -94,3 +94,24 @@ li {
94
  clear:both;
95
  }
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  clear:both;
95
  }
96
 
97
+ #legendContainer {
98
+ font-size: 0.8rem;
99
+ margin: 0 2em;
100
+ padding:1em;
101
+ }
102
+
103
+ .legend-item {
104
+ padding: 3px;
105
+ margin: 3px;
106
+ }
107
+
108
+ .legend-icon {
109
+ margin: 3px;
110
+ width: 7px;
111
+ display: inline-block;
112
+ height: 7px;
113
+ }
114
+
115
+ .legend-more {
116
+ display: none;
117
+ }