boarding_pass 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,10 @@ html body {
|
|
3
3
|
padding-right: 0; // IE
|
4
4
|
}
|
5
5
|
|
6
|
+
* {
|
7
|
+
-webkit-font-smoothing: antialiased !important;
|
8
|
+
}
|
9
|
+
|
6
10
|
body {
|
7
11
|
padding: 0;
|
8
12
|
margin: 0;
|
@@ -12,7 +16,6 @@ body {
|
|
12
16
|
font-size: 100%;
|
13
17
|
font-weight: normal;
|
14
18
|
line-height: 1.25;
|
15
|
-
-webkit-font-smoothing: antialiased !important;
|
16
19
|
}
|
17
20
|
::selection {
|
18
21
|
background: #DDD;
|
@@ -26,7 +29,3 @@ hr {
|
|
26
29
|
margin: 1em 0;
|
27
30
|
height: 0;
|
28
31
|
}
|
29
|
-
|
30
|
-
input, textarea, button, select {
|
31
|
-
-webkit-font-smoothing: antialiased !important;
|
32
|
-
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boarding_pass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-17 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: sass
|