volt-picnic 0.0.2 → 0.0.3
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 +4 -4
- data/VERSION +1 -1
- data/app/picnic/assets/css/fontello.css +61 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3dff940d392cba8adfcbd950e5f282748c9ccef
|
|
4
|
+
data.tar.gz: eb1fb5e691564494e06934a076d783a2ce11aabc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0001a64dc4607fa2a00fc6397e1648ab5384f29c8cbd9fdc333959a49a283f3c5036e08300d2288812e54462a1762b1d0a3aa4ba9c2c4662a7a64721e505edc5
|
|
7
|
+
data.tar.gz: fed0a2890f7ed0fcaef14ecf36cec29641818351877b7365146f1e64ea7b2cee0db87fd16906c65e856b2f09938081aa93f20491235abad8cbaf49287f49fde8
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'fontello';
|
|
3
|
+
src: url('../font/fontello.eot?23217981');
|
|
4
|
+
src: url('../font/fontello.eot?23217981#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../font/fontello.woff?23217981') format('woff'),
|
|
6
|
+
url('../font/fontello.ttf?23217981') format('truetype'),
|
|
7
|
+
url('../font/fontello.svg?23217981#fontello') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
}
|
|
11
|
+
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
12
|
+
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
13
|
+
/*
|
|
14
|
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: 'fontello';
|
|
17
|
+
src: url('../font/fontello.svg?23217981#fontello') format('svg');
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
23
|
+
font-family: "fontello";
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
speak: none;
|
|
27
|
+
|
|
28
|
+
display: inline-block;
|
|
29
|
+
text-decoration: inherit;
|
|
30
|
+
width: 1em;
|
|
31
|
+
margin-right: .5em;
|
|
32
|
+
text-align: center;
|
|
33
|
+
/* opacity: .8; */
|
|
34
|
+
|
|
35
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
36
|
+
font-variant: normal;
|
|
37
|
+
text-transform: none;
|
|
38
|
+
|
|
39
|
+
/* fix buttons height, for twitter bootstrap */
|
|
40
|
+
line-height: 1em;
|
|
41
|
+
|
|
42
|
+
/* Animation center compensation - margins should be symmetric */
|
|
43
|
+
/* remove if not needed */
|
|
44
|
+
margin-left: 0;
|
|
45
|
+
|
|
46
|
+
/* you can be more comfortable with increased icons size */
|
|
47
|
+
/* font-size: 120%; */
|
|
48
|
+
|
|
49
|
+
/* Uncomment for 3D effect */
|
|
50
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.icon-grid:before { content: '\e800'; } /* '' */
|
|
54
|
+
.icon-heart:before { content: '\e801'; } /* '' */
|
|
55
|
+
.icon-menu:before { content: '\e802'; } /* '' */
|
|
56
|
+
.icon-form:before { content: '\e803'; } /* '' */
|
|
57
|
+
.icon-table:before { content: '\e804'; } /* '' */
|
|
58
|
+
.icon-button:before { content: '\e805'; } /* '' */
|
|
59
|
+
.icon-download:before { content: '\e806'; } /* '' */
|
|
60
|
+
.icon-umbrella:before { content: '\e807'; } /* '' */
|
|
61
|
+
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: volt-picnic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ChangJoo Park
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: volt
|
|
@@ -50,6 +50,7 @@ files:
|
|
|
50
50
|
- README.md
|
|
51
51
|
- Rakefile
|
|
52
52
|
- VERSION
|
|
53
|
+
- app/picnic/assets/css/fontello.css
|
|
53
54
|
- app/picnic/assets/css/picninc.css
|
|
54
55
|
- app/picnic/assets/fonts/fontello.eot
|
|
55
56
|
- app/picnic/assets/fonts/fontello.svg
|