livingstyleguide 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -15,3 +15,5 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ .rvmrc
19
+ .sass-cache/
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ - 1.8.7
5
+ - rbx-19mode
data/Rakefile CHANGED
@@ -9,3 +9,4 @@ Rake::TestTask.new :test do |t|
9
9
  t.verbose = true
10
10
  end
11
11
 
12
+ task :default => [:test]
@@ -1,3 +1,3 @@
1
1
  module LivingStyleGuide
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -19,10 +19,6 @@
19
19
  z-index: 1;
20
20
  @include box-sizing(border-box);
21
21
 
22
- &:nth-child(#{$livingstyleguide--color-swatches-per-line}n) {
23
- margin-right: 0;
24
- }
25
-
26
22
  &:before {
27
23
  border: $livingstyleguide--color-swatch-border-width $livingstyleguide--code-border-color solid;
28
24
  content: "";
@@ -40,11 +36,13 @@
40
36
  &:after {
41
37
  display: block;
42
38
  font-weight: normal;
39
+ text-align: center;
43
40
  }
44
41
  }
45
42
 
46
43
  .livingstyleguide--color-swatches {
47
44
  margin: $livingstyleguide--gap-width auto (-$livingstyleguide--gap-width) auto;
48
- width: $livingstyleguide--width;
45
+ padding-left: $livingstyleguide--gap-width;
46
+ width: $livingstyleguide--width + $livingstyleguide--gap-width;
49
47
  @include clearfix;
50
48
  }
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.0
4
+ version: 0.3.1
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-20 00:00:00.000000000 Z
12
+ date: 2013-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minisyntax
@@ -115,6 +115,7 @@ extensions: []
115
115
  extra_rdoc_files: []
116
116
  files:
117
117
  - .gitignore
118
+ - .travis.yml
118
119
  - Gemfile
119
120
  - LICENSE.txt
120
121
  - README.md
@@ -163,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
164
  version: '0'
164
165
  segments:
165
166
  - 0
166
- hash: 3032285374060806348
167
+ hash: -3922562203233437430
167
168
  required_rubygems_version: !ruby/object:Gem::Requirement
168
169
  none: false
169
170
  requirements:
@@ -172,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
173
  version: '0'
173
174
  segments:
174
175
  - 0
175
- hash: 3032285374060806348
176
+ hash: -3922562203233437430
176
177
  requirements: []
177
178
  rubyforge_project:
178
179
  rubygems_version: 1.8.23