govuk_frontend_toolkit 4.14.0 → 4.14.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcc2e1608a32115e7405c8579739e7673c4e12d6
4
- data.tar.gz: d2a23439130453227958efe416ecda2ebf335e6c
3
+ metadata.gz: 7e930f48d96df464b6a83f79a134a2a832dbbf85
4
+ data.tar.gz: 6912fbfef5c5057925daef6c3f6365ae21aafc5a
5
5
  SHA512:
6
- metadata.gz: 4336246cb9440cd42fc7aa9d369112c6bc4f50319e43b3f5f62149e6e2ccafbf29c936b9fa32c7f28456c5549ae7d24340495fe5ed79d63937699cfa6316b027
7
- data.tar.gz: 935e052dc4755027b64609e3837bd01802400f7b02ba5fcc57e00bd89f82a08d94d011471df5bc7e297baf9376f5529e6c30e792811aa897886da623c56f5370
6
+ metadata.gz: 34cc0e0e7b403de73f533017cac23caa7204fbf1fc327ce085b41da790c2a973ac7321a67251dc95a5895031f2a619800febb93f962fcb9545dc17146c59106d
7
+ data.tar.gz: 995e4a9864de22fceecad8ba353c205ba85a4c8e853f1f0b934a5b63892295f44dd4fb4cb22107192548adadc0cab27fe774e95d00b0cdd699f3c9f56d83c3a7
@@ -1,3 +1,7 @@
1
+ # 4.14.1
2
+
3
+ - Fix tabular number sizing in Firefox ([PR #301](https://github.com/alphagov/govuk_frontend_toolkit/pull/301))
4
+
1
5
  # 4.14.0
2
6
 
3
7
  - Allow use of multiple GA customDimensionIndex. See [this section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/docs/javascript.md#using-google-custom-dimensions-with-your-own-statistical-model) of the documentation for more information.
@@ -1 +1 @@
1
- 4.14.0
1
+ 4.14.1
@@ -27,20 +27,19 @@ $is-print: false !default;
27
27
  font-family: $Print-reset;
28
28
  } @else {
29
29
  font-family: $toolkit-font-stack;
30
+ @if $toolkit-font-stack == "$NTA-Light" {
31
+ @if $font-weight > 400 {
32
+ font-size-adjust: 0.525;
33
+ } @else {
34
+ font-size-adjust: 0.5;
35
+ }
36
+ }
30
37
  }
31
38
  font-size: $font-size-640;
32
39
  line-height: $line-height-640;
33
40
  font-weight: $font-weight;
34
41
  text-transform: none;
35
42
 
36
- @if $toolkit-font-stack == $NTA-Light {
37
- @if $font-weight > 400 {
38
- font-size-adjust: 0.525;
39
- } @else {
40
- font-size-adjust: 0.5;
41
- }
42
- }
43
-
44
43
  @include media(tablet) {
45
44
  font-size: $font-size;
46
45
  line-height: $line-height;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.14.0
4
+ version: 4.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-21 00:00:00.000000000 Z
11
+ date: 2016-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails