aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:42:16 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit6803c0abd279fcb640c38b3881b751bab982cbe0 (patch)
tree876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /node_modules
parent3644cb6def4f681c99959e5729e78ea353441fad (diff)
downloadninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz
Remove trailing spaces
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/montage-google/map.reel/map.html10
-rw-r--r--node_modules/montage/ui/button.reel/button.css2
-rw-r--r--node_modules/montage/ui/input-number.reel/input-number.html2
-rw-r--r--node_modules/montage/ui/input-radio.reel/input-radio.css10
-rw-r--r--node_modules/montage/ui/input-range.reel/input-range.css2
-rw-r--r--node_modules/montage/ui/scroller.reel/scroller.css2
-rw-r--r--node_modules/montage/ui/select.reel/select.css6
-rw-r--r--node_modules/montage/ui/textarea.reel/textarea.css6
-rw-r--r--node_modules/montage/ui/token-field/token.reel/token.css2
-rw-r--r--node_modules/montage/ui/token-field/token.reel/token.html2
10 files changed, 22 insertions, 22 deletions
diff --git a/node_modules/montage-google/map.reel/map.html b/node_modules/montage-google/map.reel/map.html
index 9eec63e5..03eaf449 100644
--- a/node_modules/montage-google/map.reel/map.html
+++ b/node_modules/montage-google/map.reel/map.html
@@ -37,13 +37,13 @@ POSSIBILITY OF SUCH DAMAGE.
37 37
38 <script type="text/montage-serialization"> 38 <script type="text/montage-serialization">
39 { 39 {
40 40
41 "owner": { 41 "owner": {
42 "prototype": "map.reel", 42 "prototype": "map.reel",
43 "properties": { 43 "properties": {
44 "element": {"#": "map-container"}, 44 "element": {"#": "map-container"},
45 "mapEl": {"#": "map"} 45 "mapEl": {"#": "map"}
46 } 46 }
47 } 47 }
48 } 48 }
49 </script> 49 </script>
@@ -61,9 +61,9 @@ POSSIBILITY OF SUCH DAMAGE.
61 61
62</head> 62</head>
63<body> 63<body>
64 64
65 <div data-montage-id="map-container"> 65 <div data-montage-id="map-container">
66 <div data-montage-id="map" id="map" class="montage-google-map">MAP</div> 66 <div data-montage-id="map" id="map" class="montage-google-map">MAP</div>
67 </div> 67 </div>
68 68
69</body> 69</body>
diff --git a/node_modules/montage/ui/button.reel/button.css b/node_modules/montage/ui/button.reel/button.css
index 9edb8f3d..684cefb2 100644
--- a/node_modules/montage/ui/button.reel/button.css
+++ b/node_modules/montage/ui/button.reel/button.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30 30
31.montage-button { 31.montage-button {
32 outline: none; 32 outline: none;
33 box-sizing: border-box; 33 box-sizing: border-box;
diff --git a/node_modules/montage/ui/input-number.reel/input-number.html b/node_modules/montage/ui/input-number.reel/input-number.html
index 8c1741a8..2bf86161 100644
--- a/node_modules/montage/ui/input-number.reel/input-number.html
+++ b/node_modules/montage/ui/input-number.reel/input-number.html
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
31<html> 31<html>
32<head> 32<head>
33 <meta charset="utf-8"> 33 <meta charset="utf-8">
34 <link rel="stylesheet" href="../input-text.reel/input-text.css"> 34 <link rel="stylesheet" href="../input-text.reel/input-text.css">
35</head> 35</head>
36<body> 36<body>
37</body> 37</body>
diff --git a/node_modules/montage/ui/input-radio.reel/input-radio.css b/node_modules/montage/ui/input-radio.reel/input-radio.css
index 020c4cee..25231b21 100644
--- a/node_modules/montage/ui/input-radio.reel/input-radio.css
+++ b/node_modules/montage/ui/input-radio.reel/input-radio.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30 30
31.montage-inputRadio { 31.montage-inputRadio {
32 -webkit-appearance: none; 32 -webkit-appearance: none;
33 -moz-appearance: none; 33 -moz-appearance: none;
@@ -42,19 +42,19 @@ POSSIBILITY OF SUCH DAMAGE.
42 background: #f2f2f2; 42 background: #f2f2f2;
43 cursor: pointer; 43 cursor: pointer;
44} 44}
45 45
46.montage-inputRadio:hover { 46.montage-inputRadio:hover {
47 background-color: #fff; 47 background-color: #fff;
48} 48}
49 49
50.montage-inputRadio:active { 50.montage-inputRadio:active {
51 background-color: #e5e5e5; 51 background-color: #e5e5e5;
52} 52}
53 53
54.montage-inputRadio:focus { 54.montage-inputRadio:focus {
55 border-color: #7f7f7f; 55 border-color: #7f7f7f;
56} 56}
57 57
58.montage-inputRadio:checked { 58.montage-inputRadio:checked {
59 background: #f2f2f2 url(radio.png) no-repeat center; 59 background: #f2f2f2 url(radio.png) no-repeat center;
60} 60}
diff --git a/node_modules/montage/ui/input-range.reel/input-range.css b/node_modules/montage/ui/input-range.reel/input-range.css
index bbd3f03c..1a6060d4 100644
--- a/node_modules/montage/ui/input-range.reel/input-range.css
+++ b/node_modules/montage/ui/input-range.reel/input-range.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30 30
31.montage-inputRange { 31.montage-inputRange {
32 position: relative; 32 position: relative;
33 display: inline-block; 33 display: inline-block;
diff --git a/node_modules/montage/ui/scroller.reel/scroller.css b/node_modules/montage/ui/scroller.reel/scroller.css
index 25e9b5b5..0dafcc28 100644
--- a/node_modules/montage/ui/scroller.reel/scroller.css
+++ b/node_modules/montage/ui/scroller.reel/scroller.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30 30
31.montage-scroller { 31.montage-scroller {
32 position: relative; 32 position: relative;
33 display: block; 33 display: block;
diff --git a/node_modules/montage/ui/select.reel/select.css b/node_modules/montage/ui/select.reel/select.css
index 6ed695d3..f96a40df 100644
--- a/node_modules/montage/ui/select.reel/select.css
+++ b/node_modules/montage/ui/select.reel/select.css
@@ -41,15 +41,15 @@ POSSIBILITY OF SUCH DAMAGE.
41 background: #f2f2f2 url(select.png) no-repeat right center; 41 background: #f2f2f2 url(select.png) no-repeat right center;
42 cursor: pointer; 42 cursor: pointer;
43} 43}
44 44
45.montage-select:hover { 45.montage-select:hover {
46 background-color: #fff; 46 background-color: #fff;
47} 47}
48 48
49.montage-select:active { 49.montage-select:active {
50 background-color: #e5e5e5; 50 background-color: #e5e5e5;
51} 51}
52 52
53.montage-select:focus { 53.montage-select:focus {
54 border-color: #7f7f7f; 54 border-color: #7f7f7f;
55} 55}
diff --git a/node_modules/montage/ui/textarea.reel/textarea.css b/node_modules/montage/ui/textarea.reel/textarea.css
index 19d362a3..89c46e98 100644
--- a/node_modules/montage/ui/textarea.reel/textarea.css
+++ b/node_modules/montage/ui/textarea.reel/textarea.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30 30
31.montage-textarea { 31.montage-textarea {
32 outline: none; 32 outline: none;
33 box-sizing: border-box; 33 box-sizing: border-box;
@@ -40,11 +40,11 @@ POSSIBILITY OF SUCH DAMAGE.
40 border-radius: 3px; 40 border-radius: 3px;
41 background-color: #fff; 41 background-color: #fff;
42} 42}
43 43
44.montage-textarea:hover { 44.montage-textarea:hover {
45 border-color: #ccc; 45 border-color: #ccc;
46} 46}
47 47
48.montage-textarea:focus { 48.montage-textarea:focus {
49 border-color: #7f7f7f; 49 border-color: #7f7f7f;
50} 50}
diff --git a/node_modules/montage/ui/token-field/token.reel/token.css b/node_modules/montage/ui/token-field/token.reel/token.css
index bc60406d..c88215b1 100644
--- a/node_modules/montage/ui/token-field/token.reel/token.css
+++ b/node_modules/montage/ui/token-field/token.reel/token.css
@@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
47 padding: 3px 6px; 47 padding: 3px 6px;
48 border-left: inherit; 48 border-left: inherit;
49 border-radius: 0 2px 2px 0; 49 border-radius: 0 2px 2px 0;
50 color: hsl(0,0%,60%); 50 color: hsl(0,0%,60%);
51 cursor: pointer; 51 cursor: pointer;
52} 52}
53.montage-token > .montage-token-delete:hover { 53.montage-token > .montage-token-delete:hover {