atlas_assets 0.0.13 → 0.0.14

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.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.0.12)
12
+ atlas_assets (0.0.13)
13
13
  handlebars_assets (~> 0.12.1)
14
14
 
15
15
  GEM
@@ -61,13 +61,13 @@ Forms
61
61
  <div class="navbar-inner">
62
62
  <a class="brand" href="/">Brand</a>
63
63
  <ul class="nav pull-right">
64
- <li><input type="text" placeholder="Search ..." /></li>
64
+ <li><form><input type="text" placeholder="Search ..." /></form></li>
65
65
  </ul>
66
66
  </div>
67
67
  </div>
68
68
 
69
69
  ~~~html
70
70
  <ul class="nav pull-right">
71
- <li><input type="text" placeholder="Search ..." /></li>
71
+ <li><form><input type="text" placeholder="Search ..." /></form></li>
72
72
  </ul>
73
73
  ~~~
@@ -83,6 +83,10 @@
83
83
  /* Menu input
84
84
  ------------------------------------------------------------------ */
85
85
 
86
+ .navbar form {
87
+ margin: 0;
88
+ }
89
+
86
90
  .navbar .nav input[type="text"] {
87
91
  background-color: #ac2f3c;
88
92
  border: none;
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.0.13"
3
+ VERSION = "0.0.14"
4
4
  end
5
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.0.13
4
+ version: 0.0.14
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-05-21 00:00:00.000000000 Z
12
+ date: 2013-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: handlebars_assets