livingstyleguide 0.3.1 → 0.3.2

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.
@@ -1,3 +1,3 @@
1
1
  module LivingStyleGuide
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
@@ -48,7 +48,9 @@
48
48
  display: none;
49
49
  line-height: $livingstyleguide--code-line-height;
50
50
  padding: 3px 6px;
51
- width: $livingstyleguide--width - 2 * 6px;
51
+ width: $livingstyleguide--width;
52
+ @include box-sizing(border-box);
53
+
52
54
  .show-code & {
53
55
  display: block;
54
56
  }
@@ -43,6 +43,7 @@
43
43
  .livingstyleguide--color-swatches {
44
44
  margin: $livingstyleguide--gap-width auto (-$livingstyleguide--gap-width) auto;
45
45
  padding-left: $livingstyleguide--gap-width;
46
- width: $livingstyleguide--width + $livingstyleguide--gap-width;
46
+ width: $livingstyleguide--width + 2 * $livingstyleguide--gap-width;
47
47
  @include clearfix;
48
+ @include box-sizing(border-box);
48
49
  }
@@ -9,6 +9,7 @@
9
9
  margin: $livingstyleguide--gap-width auto;
10
10
  width: $livingstyleguide--width;
11
11
  -webkit-font-smoothing: antialiased;
12
+ @include box-sizing(border-box);
12
13
  }
13
14
 
14
15
  .livingstyleguide--unordered-list-item,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livingstyleguide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-24 00:00:00.000000000 Z
12
+ date: 2013-04-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minisyntax
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: -3922562203233437430
167
+ hash: -2420325218216024458
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: -3922562203233437430
176
+ hash: -2420325218216024458
177
177
  requirements: []
178
178
  rubyforge_project:
179
179
  rubygems_version: 1.8.23