conte_rails_template 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ConteRailsTemplate
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -31,6 +31,12 @@ $tableBackgroundHover: #ddd;
31
31
 
32
32
  .table {
33
33
  background: #f2f2f2;
34
+ th {
35
+ @include gradient-vertical(#f2f2f2, #ccc);
36
+ }
37
+ tfoot {
38
+ background: #ddd;
39
+ }
34
40
  }
35
41
 
36
42
  .table td {
@@ -266,15 +266,4 @@ form {
266
266
  background: #ddd;
267
267
  }
268
268
  }
269
-
270
- .table {
271
- background: #f2f2f2;
272
- th {
273
- @include gradient-vertical(#f2f2f2, #ccc);
274
- }
275
-
276
- tfoot {
277
- background: #ddd;
278
- }
279
- }
280
269
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conte_rails_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: