tida_template 0.2.5 → 0.2.6

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 TidaTemplate
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -31,6 +31,13 @@
31
31
  }
32
32
  }
33
33
 
34
+ .button-large {
35
+ @extend .btn-large;
36
+ font-size: 18px !important;
37
+ padding: 11px 19px !important;
38
+ @include border-radius(4px);
39
+ }
40
+
34
41
  @mixin extend-button($backgroundColor, $foreColor: white) {
35
42
  @content;
36
43
  @include box-shadow(none);
@@ -1,6 +1,7 @@
1
1
  .grid {
2
2
  @extend .container-fluid;
3
3
  padding: 0px;
4
+ padding-bottom: 10px;
4
5
 
5
6
  > .grid-row {
6
7
  @extend .row-fluid;
@@ -135,6 +135,7 @@ article .padding {
135
135
  @import 'brands_list';
136
136
 
137
137
  .wice-grid-container {
138
+ padding-top: 0px;
138
139
  table {
139
140
  margin-bottom: 0px;
140
141
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tida_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
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-08-08 00:00:00.000000000 Z
12
+ date: 2013-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -379,7 +379,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
379
379
  version: '0'
380
380
  segments:
381
381
  - 0
382
- hash: -1115868560702801009
382
+ hash: 2576668510312364
383
383
  required_rubygems_version: !ruby/object:Gem::Requirement
384
384
  none: false
385
385
  requirements:
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
388
388
  version: '0'
389
389
  segments:
390
390
  - 0
391
- hash: -1115868560702801009
391
+ hash: 2576668510312364
392
392
  requirements: []
393
393
  rubyforge_project:
394
394
  rubygems_version: 1.8.25