splendeo-generators 0.1.0 → 0.1.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.
@@ -19,7 +19,7 @@
19
19
  <%%= yield(:head) %>
20
20
  </head>
21
21
  <body>
22
- <div id="container">
22
+ <div class="container">
23
23
  <%%- flash.each do |name, msg| -%>
24
24
  <%%= content_tag :div, msg, :id => "flash_#{name}" %>
25
25
  <%%- end -%>
@@ -21,7 +21,7 @@
21
21
  = yield(:head)
22
22
 
23
23
  %body
24
- #container
24
+ .container
25
25
  - flash.each do |name, msg|
26
26
  = content_tag :div, msg, :id => "flash_#{name}"
27
27
 
@@ -16,7 +16,7 @@ a {
16
16
  overflow: hidden;
17
17
  }
18
18
 
19
- #container {
19
+ .container {
20
20
  background-color: #FFF;
21
21
  padding: 20px 40px;
22
22
  border: solid 1px black;
@@ -13,7 +13,7 @@ a
13
13
  :height 0
14
14
  :overflow hidden
15
15
 
16
- #container
16
+ .container
17
17
  :margin 0 auto
18
18
  :background #fff
19
19
  :padding 20px 40px
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ryan Bates