tawork 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NzBhNzdiMDRlZTc5YmFhYjg2MGIzZDRlYTkwYjA4NWJlMzdiMTNhZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzhjNDA5ZDYyZjc5NmU4MmY0ZDk2ZmViODAxYzQyZTJlYWM4MTIwYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDVjMTFjZGI3YmM1MzMwMzM5MGFjNGNkZjI1MjU0YTI5YWMyZDgzMTBiY2Ey
|
10
|
+
ODk0ODdmZTlhOGNlMDI5Nzk2ZDg1NWNhN2M2ZTAxODU2YTQwNTdiNmFjNWQ2
|
11
|
+
NjM1ZDBmNWY2MDQ3N2IxOGI5YzNhYWU3YzBhOGYzNDZhZjVlMWQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
M2QwNWFmMWJmODFmZmNkOWYzNzM3MmM1OGZiNWYyZDc4MTdmNjRmOWZkOWQ5
|
14
|
+
MTVmODM5NTM2NDc2YTljZjFiZTA1YzA0MDI1MTMzMGQ4NDRjMzIxNTJhYTBl
|
15
|
+
ZGUzODI4NzA5MGE5YzRmNTMzNzViZTBmNWE3OGMxYTc2YmViNjc=
|
@@ -229,6 +229,12 @@ li.mjs-nestedSortable-expanded
|
|
229
229
|
|
230
230
|
.wiki-content
|
231
231
|
min-height: 5em
|
232
|
+
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
|
233
|
+
font-size: 18px
|
234
|
+
line-height: 1.6em
|
235
|
+
|
236
|
+
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
|
237
|
+
font-family: "Ubuntu", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
|
232
238
|
|
233
239
|
.content-description
|
234
240
|
clear: both
|
@@ -262,3 +268,6 @@ div.tokenfield.form-control
|
|
262
268
|
border: none
|
263
269
|
outline: none
|
264
270
|
box-shadow: none
|
271
|
+
|
272
|
+
.meta
|
273
|
+
margin-bottom: 10px
|
@@ -9,6 +9,8 @@
|
|
9
9
|
= csrf_meta_tags
|
10
10
|
%link{href: '//fonts.googleapis.com/css?family=Bitter:400,700,400italic', rel: 'stylesheet', type:'text/css'}/
|
11
11
|
%link{href: "//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic", rel: "stylesheet", type: "text/css"}/
|
12
|
+
%link{href: "//fonts.googleapis.com/css?family=Ubuntu", rel: "stylesheet", type: "text/css"}/
|
13
|
+
%link{href: "//fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500", rel: "stylesheet", type: "text/css"}/
|
12
14
|
|
13
15
|
|
14
16
|
%body
|
data/lib/tawork/version.rb
CHANGED