bootswatch_rails 3.3.5.1 → 3.3.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcf441dece37acb641b61d7e05e90a52c4b838f7
4
- data.tar.gz: 4349e23a547afbed1af9f5afffd2f8bd11e89776
3
+ metadata.gz: 8a68a648667b6a7cf1ac34e6d71d42dfa7a0c662
4
+ data.tar.gz: 4409fb880f19a34cc6032a37cb6ba16f86daeb87
5
5
  SHA512:
6
- metadata.gz: 79536b9f9c49b55a1353654a15b290199a1c79b21004a3ebb0b269833bcdde5d3c41b3aaf4f125dbc4f459651846061745bf0cd7727640b0e5ff1dd0bed3c550
7
- data.tar.gz: 8521c0b3ab49cf00fe97225f256810941b9fd79b60616a5b4e8af19b17bd60391e442845ee1c3714c4a194ee6dfbde3b152d1d9eae3df60adf72270af08713d8
6
+ metadata.gz: ca9761b2c66f091d5b075beb53b9ebb230124675bf1d23e087b85b067c6a052803625a906150f1b07d2d66fe4387b11b3afa6f53b442c87f3f980f9359fda4d7
7
+ data.tar.gz: 303955f3bff4863f2870d42772c910c7478c66503eaf221901841b3b0ff818e33ddcfb54b6ac4503ebbb6850ff915561effcc9819f7840c26cbd783b723afe72
@@ -19,8 +19,8 @@ module BootswatchRails
19
19
  end
20
20
 
21
21
  def dataTables_responsive_link_tag(options = {})
22
- return stylesheet_link_tag('dataTables.responsive') if !options.delete(:force) and OFFLINE
23
- responsive_url = "//cdn.datatables.net/responsive/#{BootswatchRails::RESPONSIVE}/css/dataTables.responsive.css"
22
+ return stylesheet_link_tag('responsive.dataTables') if !options.delete(:force) and OFFLINE
23
+ responsive_url = "//cdn.datatables.net/responsive/#{BootswatchRails::RESPONSIVE}/css/responsive.dataTables.css"
24
24
  stylesheet_link_tag(responsive_url)
25
25
  end
26
26
 
@@ -4,7 +4,7 @@ module BootswatchRails
4
4
  FONT_AWESOME = "4.4.0"
5
5
  DATATABLES = "1.10.9"
6
6
  RESPONSIVE = "1.0.7"
7
- VERSION = "3.3.5.1"
7
+ VERSION = "3.3.5.2"
8
8
 
9
9
  THEMES = [:cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
10
10
  DEFAULT = 0
@@ -6835,7 +6835,7 @@ button.close {
6835
6835
  padding: 8px 12px;
6836
6836
  }
6837
6837
  }
6838
- @media (max-width: 768px - 1) {
6838
+ @media (max-width: 767px) {
6839
6839
  .navbar .navbar-nav > li > a {
6840
6840
  margin: 0;
6841
6841
  }
@@ -1189,7 +1189,7 @@ h6,
1189
1189
  .h5,
1190
1190
  .h6 {
1191
1191
  font-family: inherit;
1192
- font-weight: 300;
1192
+ font-weight: 400;
1193
1193
  line-height: 1.1;
1194
1194
  color: inherit;
1195
1195
  }
@@ -6805,9 +6805,6 @@ button.close {
6805
6805
  background-color: #fff;
6806
6806
  color: #df691a;
6807
6807
  }
6808
- .btn {
6809
- font-weight: 300;
6810
- }
6811
6808
  .btn-default:hover {
6812
6809
  background-color: #485563;
6813
6810
  }
@@ -6815,9 +6812,6 @@ button.close {
6815
6812
  .btn-xs {
6816
6813
  font-size: 12px;
6817
6814
  }
6818
- body {
6819
- font-weight: 300;
6820
- }
6821
6815
  .text-primary,
6822
6816
  .text-primary:hover {
6823
6817
  color: #df691a;
@@ -6849,7 +6843,6 @@ body {
6849
6843
  }
6850
6844
  .dropdown-menu > li > a {
6851
6845
  font-size: 12px;
6852
- font-weight: 300;
6853
6846
  }
6854
6847
  .btn-group.open .dropdown-toggle {
6855
6848
  -webkit-box-shadow: none;
@@ -6898,7 +6891,6 @@ label,
6898
6891
  .checkbox label,
6899
6892
  .help-block {
6900
6893
  font-size: 12px;
6901
- font-weight: 300;
6902
6894
  }
6903
6895
  .input-addon,
6904
6896
  .input-group-addon {
@@ -6976,9 +6968,6 @@ label,
6976
6968
  .pager a {
6977
6969
  color: #ebebeb;
6978
6970
  }
6979
- .label {
6980
- font-weight: 300;
6981
- }
6982
6971
  .alert {
6983
6972
  color: #fff;
6984
6973
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.5.1
4
+ version: 3.3.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-22 00:00:00.000000000 Z
11
+ date: 2015-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  version: '0'
205
205
  requirements: []
206
206
  rubyforge_project:
207
- rubygems_version: 2.4.8
207
+ rubygems_version: 2.4.5.1
208
208
  signing_key:
209
209
  specification_version: 4
210
210
  summary: Add bootswatch.com themes to the Rails asset pipeline