html5-boilerplate 0.1.4 → 0.1.5

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -36,8 +36,8 @@ $invalid-input-background-color: #f0dddd !default;
36
36
  a, a:active, a:visited { color: $link-color; }
37
37
  a:hover { color: $link-hover-color; }
38
38
 
39
- ul { margin-left: 30px; }
40
- ol { margin-left: 30px; list-style-type: decimal; }
39
+ ul, ol { margin-left: 1.8em; }
40
+ ol { list-style-type: decimal; }
41
41
 
42
42
  small { @include small-font; }
43
43
  strong, th { @include bold-font; }
@@ -1 +1 @@
1
- %h1
1
+ %h1 Header
@@ -12,10 +12,12 @@
12
12
  <!--<![endif]-->
13
13
  #container
14
14
  %header#header
15
+ = render :partial => 'layouts/header'
15
16
  #main
16
17
  = render :partial => 'layouts/flashes'
17
18
  = yield
18
19
  %footer#footer
19
-
20
+ = render :partial => 'layouts/footer'
21
+
20
22
  -# Javascript at the bottom for fast page loading
21
23
  = render :partial => 'layouts/javascripts'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Peter Gumeson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-21 00:00:00 -07:00
17
+ date: 2010-08-24 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency