jetpack-rails 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,8 @@
1
1
  Changelog:
2
+ 0.2.2:
3
+ - I disagree with Twitter Boostrap (the main inspiration for the typography styles). List
4
+ items should definitely not be gray by default. <li>'s will now inherit their color.
5
+
2
6
  0.2.1:
3
7
  - Another minor tweak to danger button style.
4
8
 
@@ -40,7 +40,7 @@ ul { margin: 0 0 $baseline 15px; }
40
40
  ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
41
41
  ul { list-style: disc; }
42
42
  ol { list-style: decimal; }
43
- li { line-height: $baseline; color: $light2; }
43
+ li { line-height: $baseline; color: inherit; }
44
44
  ul.unstyled { list-style: none; margin-left: 0; }
45
45
 
46
46
  // DESCRIPTION LISTS
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetpack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-26 00:00:00.000000000Z
12
+ date: 2011-12-01 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails
16
- requirement: &2157374640 !ruby/object:Gem::Requirement
16
+ requirement: &2157198560 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2157374640
24
+ version_requirements: *2157198560
25
25
  description:
26
26
  email: andrew@eighty-b.com
27
27
  executables: []