atlas_assets 0.5.0 → 0.5.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21ab44835845cddc41f9c465232d03509001e9d2
4
- data.tar.gz: 5d703d41ae755de3cf3b1a7d080ab23693878c4e
3
+ metadata.gz: c6d5452c5ed9aabc13c0279e68754bc6d788d951
4
+ data.tar.gz: 788bb39f47ef06276ae5181a10198142f45d24d5
5
5
  SHA512:
6
- metadata.gz: b87c5fd2248c530ab3e15e952db54703e8720aaff855a9078389675f59b646f15e87d8f7ec2b46c65fb2649def5763dd04cfba77897d6f951c6153cb8669ed21
7
- data.tar.gz: f42373eb4ee851e5a15d96c2694ed2174b3b65da10745744d6dfad9a24571bd5837ea6bbddb6a3823e236b05b773b157b8579f0a88a970f645996778dbb75370
6
+ metadata.gz: dcb15a79a09bd2c2fa2c03c3914bb79699ebdf1f687b19271a5c8b9730c0ed7623ee57023ba71a8eec067bfaf7180d33581741c72e872300332bff613bd9881e
7
+ data.tar.gz: 68547abb5917bcaff8e0b7cd8f264f90c803df5c0aa12383edf3754b90087bd899530b1fe6313a475c890195197f7de7cd98e31e6fc622e3c8d5d41e8fc2294b
@@ -4,19 +4,19 @@
4
4
  font-family: 'Lato';
5
5
  font-style: normal;
6
6
  font-weight: 400;
7
- src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
7
+ src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
8
8
  }
9
9
  @font-face {
10
10
  font-family: 'Lato';
11
11
  font-style: normal;
12
12
  font-weight: 700;
13
- src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
13
+ src: local('Lato Bold'), local('Lato-Bold'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'Lato';
17
17
  font-style: italic;
18
18
  font-weight: 400;
19
- src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
19
+ src: local('Lato Italic'), local('Lato-Italic'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
20
20
  }
21
21
 
22
22
  /* Font Styles
@@ -64,7 +64,6 @@
64
64
  padding: 10px 20px 10px;
65
65
  }
66
66
 
67
- .navbar .nav > li:nth-child(even) > a,
68
67
  .navbar .nav > li > a:focus,
69
68
  .navbar .nav > li > a:hover {
70
69
  background-color: #91323b;
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rune Skjoldborg Madsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-12 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: handlebars_assets
@@ -99,6 +99,7 @@ files:
99
99
  - lib/assets/stylesheets/atlas_assets/_buttons.scss
100
100
  - lib/assets/stylesheets/atlas_assets/_chosen.scss
101
101
  - lib/assets/stylesheets/atlas_assets/_code.scss
102
+ - lib/assets/stylesheets/atlas_assets/_dropdown.scss
102
103
  - lib/assets/stylesheets/atlas_assets/_flash.scss
103
104
  - lib/assets/stylesheets/atlas_assets/_fontawesome.scss
104
105
  - lib/assets/stylesheets/atlas_assets/_fonts.scss
@@ -119,7 +120,6 @@ files:
119
120
  - lib/assets/stylesheets/atlas_assets/_tabs.scss
120
121
  - lib/assets/stylesheets/atlas_assets/_utilities.scss
121
122
  - lib/assets/stylesheets/atlas_assets/_variables.scss
122
- - lib/assets/stylesheets/atlas_assets/dropdown.scss
123
123
  - lib/atlas_assets.rb
124
124
  - lib/atlas_assets/engine.rb
125
125
  - lib/atlas_assets/version.rb