html5-boilerplate 0.2.2 → 0.2.3
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.2.
|
1
|
+
0.2.3
|
@@ -48,5 +48,5 @@ $base-line-height: 1.231 !default;
|
|
48
48
|
//
|
49
49
|
// For more information see the table found at http://developer.yahoo.com/yui/3/cssfonts/#fontsize
|
50
50
|
@mixin font-size($size, $base-font-size: $base-font-size) {
|
51
|
-
font-size: percentage($size / $base-font-size);
|
51
|
+
font-size: ceil(percentage($size / $base-font-size));
|
52
52
|
}
|
@@ -16,7 +16,7 @@
|
|
16
16
|
/[if lt IE 7 ]
|
17
17
|
= javascript_include_tag 'dd_belatedpng'
|
18
18
|
:javascript
|
19
|
-
DD_belatedPNG.fix('img, .png_bg');
|
19
|
+
DD_belatedPNG.fix('img, .png_bg');
|
20
20
|
|
21
21
|
-# Append your own using content_for :javascripts
|
22
22
|
= yield :javascripts
|
@@ -117,7 +117,7 @@ AddType text/x-component htc
|
|
117
117
|
# Perhaps better to whitelist expires rules? Perhaps.
|
118
118
|
ExpiresDefault "access plus 1 month"
|
119
119
|
|
120
|
-
# cache.manifest needs re-
|
120
|
+
# cache.manifest needs re-requests in FF 3.6 (thx Remy ~Introducing HTML5)
|
121
121
|
ExpiresByType text/cache-manifest "access plus 0 seconds"
|
122
122
|
|
123
123
|
# your document html
|
@@ -1 +1,8 @@
|
|
1
|
-
|
1
|
+
* {
|
2
|
+
float: none; // Screens are not big enough to account for floats
|
3
|
+
background: #fff; // As much contrast as possible */
|
4
|
+
color: #000;
|
5
|
+
}
|
6
|
+
|
7
|
+
// Slightly reducing font size to reduce need to scroll
|
8
|
+
body { font-size: 80%; }
|
@@ -54,7 +54,7 @@
|
|
54
54
|
/[if lt IE 7 ]
|
55
55
|
%script{ :src => "js/dd_belatedpng.js" }
|
56
56
|
:javascript
|
57
|
-
DD_belatedPNG.fix('img, .png_bg');
|
57
|
+
DD_belatedPNG.fix('img, .png_bg');
|
58
58
|
|
59
59
|
-# yui profiler and profileviewer - remove for production
|
60
60
|
%script{ :src => "js/profiling/yahoo-profiling.min.js?v=1" }
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 3
|
9
|
+
version: 0.2.3
|
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-09-
|
17
|
+
date: 2010-09-27 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|