govuk_template 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/images/favicon.ico +0 -0
- data/app/assets/stylesheets/govuk-template-ie6.css.erb +8 -1
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +8 -1
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +8 -1
- data/app/assets/stylesheets/govuk-template.css.erb +8 -1
- data/lib/govuk_template/version.rb +1 -1
- metadata +37 -5
Binary file
|
@@ -97,12 +97,19 @@ html {
|
|
97
97
|
/* 1 */
|
98
98
|
background-color: #dee0e2; }
|
99
99
|
|
100
|
+
/*
|
101
|
+
Force the scrollbar to always display in IE10/11
|
102
|
+
*/
|
103
|
+
html {
|
104
|
+
-ms-overflow-style: scrollbar; }
|
105
|
+
|
100
106
|
body {
|
101
107
|
background: white;
|
102
108
|
color: #0b0c0c;
|
103
109
|
line-height: 1.5;
|
104
110
|
font-weight: 400;
|
105
|
-
-webkit-font-smoothing: antialiased;
|
111
|
+
-webkit-font-smoothing: antialiased;
|
112
|
+
-moz-osx-font-smoothing: grayscale; }
|
106
113
|
|
107
114
|
ol, ul, nav ol, nav ul {
|
108
115
|
list-style: inherit; }
|
@@ -97,12 +97,19 @@ html {
|
|
97
97
|
/* 1 */
|
98
98
|
background-color: #dee0e2; }
|
99
99
|
|
100
|
+
/*
|
101
|
+
Force the scrollbar to always display in IE10/11
|
102
|
+
*/
|
103
|
+
html {
|
104
|
+
-ms-overflow-style: scrollbar; }
|
105
|
+
|
100
106
|
body {
|
101
107
|
background: white;
|
102
108
|
color: #0b0c0c;
|
103
109
|
line-height: 1.5;
|
104
110
|
font-weight: 400;
|
105
|
-
-webkit-font-smoothing: antialiased;
|
111
|
+
-webkit-font-smoothing: antialiased;
|
112
|
+
-moz-osx-font-smoothing: grayscale; }
|
106
113
|
|
107
114
|
ol, ul, nav ol, nav ul {
|
108
115
|
list-style: inherit; }
|
@@ -93,12 +93,19 @@ html {
|
|
93
93
|
/* 1 */
|
94
94
|
background-color: #dee0e2; }
|
95
95
|
|
96
|
+
/*
|
97
|
+
Force the scrollbar to always display in IE10/11
|
98
|
+
*/
|
99
|
+
html {
|
100
|
+
-ms-overflow-style: scrollbar; }
|
101
|
+
|
96
102
|
body {
|
97
103
|
background: white;
|
98
104
|
color: #0b0c0c;
|
99
105
|
line-height: 1.5;
|
100
106
|
font-weight: 400;
|
101
|
-
-webkit-font-smoothing: antialiased;
|
107
|
+
-webkit-font-smoothing: antialiased;
|
108
|
+
-moz-osx-font-smoothing: grayscale; }
|
102
109
|
|
103
110
|
ol, ul, nav ol, nav ul {
|
104
111
|
list-style: inherit; }
|
@@ -93,12 +93,19 @@ html {
|
|
93
93
|
/* 1 */
|
94
94
|
background-color: #dee0e2; }
|
95
95
|
|
96
|
+
/*
|
97
|
+
Force the scrollbar to always display in IE10/11
|
98
|
+
*/
|
99
|
+
html {
|
100
|
+
-ms-overflow-style: scrollbar; }
|
101
|
+
|
96
102
|
body {
|
97
103
|
background: white;
|
98
104
|
color: #0b0c0c;
|
99
105
|
line-height: 1.5;
|
100
106
|
font-weight: 400;
|
101
|
-
-webkit-font-smoothing: antialiased;
|
107
|
+
-webkit-font-smoothing: antialiased;
|
108
|
+
-moz-osx-font-smoothing: grayscale; }
|
102
109
|
|
103
110
|
ol, ul, nav ol, nav ul {
|
104
111
|
list-style: inherit; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.1
|
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: 2014-11-
|
12
|
+
date: 2014-11-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -123,6 +123,38 @@ dependencies:
|
|
123
123
|
- - '='
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: 2.14.1
|
126
|
+
- !ruby/object:Gem::Dependency
|
127
|
+
name: mustache
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
129
|
+
none: false
|
130
|
+
requirements:
|
131
|
+
- - '='
|
132
|
+
- !ruby/object:Gem::Version
|
133
|
+
version: 0.99.7
|
134
|
+
type: :development
|
135
|
+
prerelease: false
|
136
|
+
version_requirements: !ruby/object:Gem::Requirement
|
137
|
+
none: false
|
138
|
+
requirements:
|
139
|
+
- - '='
|
140
|
+
- !ruby/object:Gem::Version
|
141
|
+
version: 0.99.7
|
142
|
+
- !ruby/object:Gem::Dependency
|
143
|
+
name: octokit
|
144
|
+
requirement: !ruby/object:Gem::Requirement
|
145
|
+
none: false
|
146
|
+
requirements:
|
147
|
+
- - '='
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: 3.4.2
|
150
|
+
type: :development
|
151
|
+
prerelease: false
|
152
|
+
version_requirements: !ruby/object:Gem::Requirement
|
153
|
+
none: false
|
154
|
+
requirements:
|
155
|
+
- - '='
|
156
|
+
- !ruby/object:Gem::Version
|
157
|
+
version: 3.4.2
|
126
158
|
description: Rails engine supplying the GOV.UK header/footer template
|
127
159
|
email:
|
128
160
|
- alex.tomlins@digital.cabinet-office.gov.uk
|
@@ -188,7 +220,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
188
220
|
version: '0'
|
189
221
|
segments:
|
190
222
|
- 0
|
191
|
-
hash:
|
223
|
+
hash: 3383336180759348490
|
192
224
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
193
225
|
none: false
|
194
226
|
requirements:
|
@@ -197,10 +229,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
229
|
version: '0'
|
198
230
|
segments:
|
199
231
|
- 0
|
200
|
-
hash:
|
232
|
+
hash: 3383336180759348490
|
201
233
|
requirements: []
|
202
234
|
rubyforge_project:
|
203
|
-
rubygems_version: 1.8.23
|
235
|
+
rubygems_version: 1.8.23.2
|
204
236
|
signing_key:
|
205
237
|
specification_version: 3
|
206
238
|
summary: Rails engine supplying the GOV.UK header/footer template
|