tungsten 0.1.24 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dc08b0a38b389c8e5d1f41b73d44d9692ed208e
4
- data.tar.gz: 8ca014b974e09c6f4b10ef4d601624e04f82474b
3
+ metadata.gz: 53a51a4bcc67e4f9c3d248fe74852d02b9bb3ed5
4
+ data.tar.gz: 9507d86b62dbdd07dd3fd73ae0b937364b8d5ffa
5
5
  SHA512:
6
- metadata.gz: 0123fb62c025628b8329f8e73d269fd96295d9f0f41e8b74b3551ef3ace76b1bb438d1b9bba5377154224f8d4e39a90aaebcae02a473ded56834828f0cb89c47
7
- data.tar.gz: eca06fd4a4d4edf709fd9f48d215a3986c7105343b454b311e70163e11d523e16b714d39d80874ba2057234bca406a5a0ba8ac4992028bed591fa000c7d54ca9
6
+ metadata.gz: 45aa17164960d3dd5f17ce2765104093d9007ec1422cc7b89209d644a383ee94e9231ceda7ce9963d151eea8b7dde469eeb2bbad1e2874879de939c92e6eaf72
7
+ data.tar.gz: 4467d1c4901972306d026be307e6dd38a642dc8f18788b154a0fe801d6a2e591d08df453b43f7fa030b3c5a440b844642734c77b6443d79c5d36e4710a0b9b9e
@@ -27,6 +27,12 @@ body {
27
27
  font-size: $base-size;
28
28
  }
29
29
 
30
+ main {
31
+ display: flex;
32
+ flex-direction: column;
33
+ flex: 1;
34
+ }
35
+
30
36
  body,
31
37
  input,
32
38
  textarea {
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.1.24"
2
+ VERSION = "0.1.25"
3
3
  end
@@ -89,4 +89,4 @@ function move(o){document.documentElement.scrollTop=o,document.body.parentNode.s
89
89
  });
90
90
 
91
91
 
92
- //# sourceMappingURL=/assets/tungsten/code-0.1.24.map.json
92
+ //# sourceMappingURL=/assets/tungsten/code-0.1.25.map.json
@@ -661,6 +661,18 @@ body {
661
661
  font-weight: 400;
662
662
  font-size: 14px; }
663
663
 
664
+ main {
665
+ display: -webkit-box;
666
+ display: -ms-flexbox;
667
+ display: flex;
668
+ -webkit-box-orient: vertical;
669
+ -webkit-box-direction: normal;
670
+ -ms-flex-direction: column;
671
+ flex-direction: column;
672
+ -webkit-box-flex: 1;
673
+ -ms-flex: 1;
674
+ flex: 1; }
675
+
664
676
  body, input, textarea {
665
677
  color: #0f212e; }
666
678
 
@@ -88,4 +88,4 @@ function request(e,n,t){return"function"==typeof t?new e("GET",n).end(t):2==argu
88
88
  });
89
89
 
90
90
 
91
- //# sourceMappingURL=/assets/tungsten/tungsten-0.1.24.map.json
91
+ //# sourceMappingURL=/assets/tungsten/tungsten-0.1.25.map.json
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tungsten
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -275,14 +275,14 @@ files:
275
275
  - lib/tungsten.rb
276
276
  - lib/tungsten/helper.rb
277
277
  - lib/tungsten/version.rb
278
- - public/code-0.1.24.js
279
- - public/code-0.1.24.js.gz
280
- - public/code-0.1.24.map.json
281
- - public/tungsten-0.1.24.css
282
- - public/tungsten-0.1.24.css.gz
283
- - public/tungsten-0.1.24.js
284
- - public/tungsten-0.1.24.js.gz
285
- - public/tungsten-0.1.24.map.json
278
+ - public/code-0.1.25.js
279
+ - public/code-0.1.25.js.gz
280
+ - public/code-0.1.25.map.json
281
+ - public/tungsten-0.1.25.css
282
+ - public/tungsten-0.1.25.css.gz
283
+ - public/tungsten-0.1.25.js
284
+ - public/tungsten-0.1.25.js.gz
285
+ - public/tungsten-0.1.25.map.json
286
286
  homepage:
287
287
  licenses:
288
288
  - MIT