atlas_assets 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.2.0)
12
+ atlas_assets (0.2.1)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -41,7 +41,7 @@ GEM
41
41
  pygments.rb (~> 0.5.0)
42
42
  safe_yaml (~> 0.7.0)
43
43
  kramdown (1.0.2)
44
- liquid (2.5.1)
44
+ liquid (2.5.2)
45
45
  maruku (0.6.1)
46
46
  syntax (>= 1.0.0)
47
47
  multi_json (1.7.9)
@@ -33,7 +33,7 @@
33
33
  .navbar .brand {
34
34
  float: left;
35
35
  display: block;
36
- padding: 10px 20px 10px 20px;
36
+ padding: 10px 20px 10px 0px;
37
37
  }
38
38
 
39
39
  /* .nav
@@ -1,6 +1,6 @@
1
1
  @media (max-width: 767px) {
2
2
 
3
- body {
3
+ .container, .container-fluid {
4
4
  padding-left: 20px;
5
5
  padding-right: 20px;
6
6
  }
@@ -41,7 +41,7 @@
41
41
  .row-fluid [class*="offset"]:first-child {
42
42
  margin-left: 0;
43
43
  }
44
-
44
+
45
45
  // Make span* classes full width
46
46
  .input-large,
47
47
  .input-xlarge,
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
- end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-30 00:00:00.000000000 Z
12
+ date: 2013-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets