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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13d4d67aff5436433e7fbb5fc6f12d4e61e590e4
4
- data.tar.gz: b48543efd1725a37b82a6cc0cd528d9dc5838c89
3
+ metadata.gz: 872caa9b33cafee4074b86d935c6028e28295ac9
4
+ data.tar.gz: 3725fe734f6275c4965fb0fbcdd7044eaa2bd3e7
5
5
  SHA512:
6
- metadata.gz: 36666790605e6a56db4453b4d83f652e472e036524025da2800fb79635468b57d3b0355c86cd6a5f3bae9f5865ab80eaf192fd356e13f79cdd5bef2b26e47db8
7
- data.tar.gz: 455f1cdb1707f0be48322705d709add0009c5792d6bde3496b74bfb9abfbe3f88e55a5ea48ba8a9adeb3ee0f27911cbb5004d71f7c161249f23b8d63b5b3523c
6
+ metadata.gz: 9bf32b2f6e03ac8f9b114bad6247b4f351aa6286ee87b1efe4fdf145abe3c37b27792dd34c414ec27b0bf9b1b39bc52394c448fac87f0d788a5b831fc6d73f29
7
+ data.tar.gz: 6094aa84c7ea6ac883106c06721e4a8159c569ec95df5e557e995fcc4360ccfebc800cb258d8f231e3f811dca4abac6c60b596c2b1b340b070ccd2cb7f3fc207
data/CHANGELOG.md CHANGED
@@ -18,3 +18,7 @@
18
18
  * Fixed highlighting in Haml code examples
19
19
  * Use the Haml syntax highlighter
20
20
 
21
+ ## 0.5.2
22
+
23
+ * More stable CSS
24
+
@@ -1,3 +1,3 @@
1
1
  module LivingStyleGuide
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
@@ -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.1
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-01 00:00:00.000000000 Z
11
+ date: 2013-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minisyntax