livingstyleguide 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/livingstyleguide/version.rb +1 -1
- data/stylesheets/livingstyleguide/_code.scss +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 872caa9b33cafee4074b86d935c6028e28295ac9
|
4
|
+
data.tar.gz: 3725fe734f6275c4965fb0fbcdd7044eaa2bd3e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bf32b2f6e03ac8f9b114bad6247b4f351aa6286ee87b1efe4fdf145abe3c37b27792dd34c414ec27b0bf9b1b39bc52394c448fac87f0d788a5b831fc6d73f29
|
7
|
+
data.tar.gz: 6094aa84c7ea6ac883106c06721e4a8159c569ec95df5e557e995fcc4360ccfebc800cb258d8f231e3f811dca4abac6c60b596c2b1b340b070ccd2cb7f3fc207
|
data/CHANGELOG.md
CHANGED
@@ -26,22 +26,26 @@
|
|
26
26
|
font-style: normal;
|
27
27
|
font-weight: bold;
|
28
28
|
text-decoration: underline;
|
29
|
+
vertical-align: baseline;
|
29
30
|
}
|
30
31
|
|
31
32
|
b {
|
32
33
|
color: lighten($livingstyleguide--code-color, 20%);
|
33
34
|
display: inline;
|
34
35
|
font-weight: bold;
|
36
|
+
vertical-align: baseline;
|
35
37
|
}
|
36
38
|
|
37
39
|
i {
|
38
40
|
color: lighten($livingstyleguide--code-color, 30%);
|
39
41
|
display: inline;
|
42
|
+
vertical-align: baseline;
|
40
43
|
}
|
41
44
|
|
42
45
|
q {
|
43
46
|
color: lighten($livingstyleguide--code-color, 30%);
|
44
47
|
display: inline;
|
48
|
+
vertical-align: baseline;
|
45
49
|
|
46
50
|
&:before,
|
47
51
|
&:after {
|
@@ -52,6 +56,7 @@
|
|
52
56
|
var {
|
53
57
|
display: inline;
|
54
58
|
text-decoration: underline;
|
59
|
+
vertical-align: baseline;
|
55
60
|
}
|
56
61
|
}
|
57
62
|
|
@@ -93,6 +98,7 @@
|
|
93
98
|
.livingstyleguide--code-highlight {
|
94
99
|
background-color: $livingstyleguide--highlight-color;
|
95
100
|
display: inline;
|
101
|
+
vertical-align: baseline;
|
96
102
|
@include border-radius($livingstyleguide--highlight-border-radius);
|
97
103
|
}
|
98
104
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: livingstyleguide
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nico Hagenburger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minisyntax
|