dugway 0.7.0 → 0.7.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 569778272cd7c04d0251ba4db3a292a381185e05
|
4
|
+
data.tar.gz: 1fe96a20dbd346b08d682ce8d6e759fd8564e4f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf305e04e15d505aa02ae1d3c049617095289e91971d4d7923f7717af81564531a55bf4c8df3cdd4cdb48dfd55acc3a0b57c8ceaba19edd18d31d0a095e92647
|
7
|
+
data.tar.gz: 14b30b44f965a86b04801947783393eede6bd58460631fea229a7559b635a996c0badfb92175681602f25b7687ed23f0d78d9b044d53a542d46b71a59736829b
|
@@ -1,9 +1,9 @@
|
|
1
1
|
@import 'config'
|
2
2
|
|
3
3
|
body
|
4
|
-
background: {{ theme.background_color }}
|
5
|
-
color: {{ theme.text_color }}
|
6
|
-
font: 14px/1.4 normal {{ theme.text_font | font_family }}
|
4
|
+
background: #{"{{ theme.background_color }}"}
|
5
|
+
color: #{"{{ theme.text_color }}"}
|
6
|
+
font: 14px/1.4 normal #{"{{ theme.text_font | font_family }}"}
|
7
7
|
margin: 100px
|
8
8
|
|
9
9
|
a
|
@@ -30,7 +30,7 @@ ol.unstyled
|
|
30
30
|
|
31
31
|
header
|
32
32
|
border-bottom: $border
|
33
|
-
font-family: {{ theme.header_font | font_family }}
|
33
|
+
font-family: #{"{{ theme.header_font | font_family }}"}
|
34
34
|
margin-bottom: $marginSize
|
35
35
|
padding-bottom: $marginSize
|
36
36
|
text-align: center
|
@@ -43,7 +43,7 @@ header
|
|
43
43
|
color: #333
|
44
44
|
|
45
45
|
h1, h2, h3, h4, h5
|
46
|
-
font-family: {{ theme.header_font | font_family }}
|
46
|
+
font-family: #{"{{ theme.header_font | font_family }}"}
|
47
47
|
|
48
48
|
div.wrap
|
49
49
|
display: table
|
@@ -73,7 +73,7 @@ aside
|
|
73
73
|
color: #333
|
74
74
|
|
75
75
|
cite a
|
76
|
-
background: url({{ 'badge.png' | theme_image_url }}) no-repeat
|
76
|
+
background: url(#{"{{ 'badge.png' | theme_image_url }}"}) no-repeat
|
77
77
|
border: none
|
78
78
|
display: block
|
79
79
|
height: 23px
|
data/lib/dugway/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dugway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Big Cartel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|