moj_template 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/moj-template-ie6.css.erb +670 -0
- data/app/assets/stylesheets/moj-template-ie7.css.erb +664 -0
- data/app/assets/stylesheets/moj-template-ie8.css.erb +650 -0
- data/app/views/layouts/moj_template.html.erb +4 -1
- data/lib/moj_template/engine.rb +1 -1
- data/lib/moj_template/version.rb +1 -1
- metadata +4 -1
@@ -53,7 +53,10 @@
|
|
53
53
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
54
54
|
<meta property="og:image" content="<%= asset_path "opengraph-image.png" %>">
|
55
55
|
|
56
|
-
|
56
|
+
<!--[if gt IE 8]><!--><link href="<%= asset_path "moj-template.css" %>" media="screen" rel="stylesheet" type="text/css" /><!--<![endif]-->
|
57
|
+
<!--[if IE 6]><link href="<%= asset_path "moj-template-ie6.css" %>" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
|
58
|
+
<!--[if IE 7]><link href="<%= asset_path "moj-template-ie7.css" %>" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
|
59
|
+
<!--[if IE 8]><link href="<%= asset_path "moj-template-ie8.css" %>" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
|
57
60
|
|
58
61
|
<%= yield :stylesheets %>
|
59
62
|
<%= yield :head %>
|
data/lib/moj_template/engine.rb
CHANGED
data/lib/moj_template/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moj_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dom Smith
|
@@ -152,6 +152,8 @@ files:
|
|
152
152
|
- app/assets/stylesheets/fonts/NTA-Bold-20130221.eot
|
153
153
|
- app/assets/stylesheets/fonts/NTATabularNumbers-Light.eot
|
154
154
|
- app/assets/stylesheets/fonts/NTA-Bold-20130221.woff
|
155
|
+
- app/assets/stylesheets/moj-template-ie8.css.erb
|
156
|
+
- app/assets/stylesheets/moj-template-ie7.css.erb
|
155
157
|
- app/assets/stylesheets/images/open-government-licence.png
|
156
158
|
- app/assets/stylesheets/images/govuk-crest-2x.png
|
157
159
|
- app/assets/stylesheets/images/govuk-crest.png
|
@@ -169,6 +171,7 @@ files:
|
|
169
171
|
- app/assets/stylesheets/govuk-template.css.erb
|
170
172
|
- app/assets/stylesheets/govuk-template-ie7.css.erb
|
171
173
|
- app/assets/stylesheets/moj-template.css.erb
|
174
|
+
- app/assets/stylesheets/moj-template-ie6.css.erb
|
172
175
|
- app/assets/stylesheets/fonts-ie8.css.erb
|
173
176
|
- app/assets/stylesheets/fonts.css.erb
|
174
177
|
- app/assets/stylesheets/govuk-template-print.css.erb
|