govuk_elements_rails 3.0.0 → 3.0.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: 98e163e8d9c74a1f8d1dd40a8951297568302395
4
- data.tar.gz: 93d6a7d8cc5efab531a7e7de055b73aefdc26f3d
3
+ metadata.gz: ced3f4a2a6b4e91cf3b9992443b30a65876b1c65
4
+ data.tar.gz: 5d64e31f577bc17f9bde16ded0491e209663dc39
5
5
  SHA512:
6
- metadata.gz: 54bef5cf5d60faf3c56bc93921ffe783426853e21a344d56de8c2934963f623b73f55b37fd3a5b3eb45fd6e8f64a449e085b7508e8598c80f64f2a902b4711f3
7
- data.tar.gz: 9898675f1941cbe8125ef9a7eec538cf551efb44cb07edeb0c8734d26cf9e293d39626a29e755a7a2f92799cc3998a5c0d5d81b7ff2cc72778c01a954785ec9c
6
+ metadata.gz: f50c45caee0b617262e9dcd89c546f2a181c8b7e3c22142551e9d396256a8f7f7244f071af9103e77749414e176187d9a357963805ec50cc076ca2366db3dbe0
7
+ data.tar.gz: ca651834cb0abfd2ad9dab2a55c478eb563e646c670d9ddea32efdbeb7fc5d97600244a8ca464de72d185a24773b128d2ea7fc9461ded0e0ffe12ab626be2d83
@@ -18,17 +18,17 @@ table {
18
18
 
19
19
  th {
20
20
  font-weight: 700;
21
- // Right align headings for numeric content
22
- &.numeric {
23
- text-align: right;
24
- }
21
+ }
22
+
23
+ // Right align table header cells and table cells with a numeric class
24
+ .numeric {
25
+ text-align: right;
25
26
  }
26
27
 
27
28
  // Allow a qualifying element, only table data cells should use tabular numbers
28
29
  // scss-lint:disable QualifyingElement
29
30
  td.numeric {
30
- @include core-16($tabular-numbers: true);
31
- text-align: right;
31
+ font-family: $toolkit-font-stack-tabular;
32
32
  }
33
33
  }
34
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_elements_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob McKinnon
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-16 00:00:00.000000000 Z
12
+ date: 2017-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -54,8 +54,8 @@ dependencies:
54
54
  - !ruby/object:Gem::Version
55
55
  version: 5.0.2
56
56
  description: |-
57
- A gem wrapper around govuk_elements v3.0.0
58
- that pulls stylesheet and javascript files into a Rails app. Changelog: https://github.com/alphagov/govuk_elements/blob/7b3b47dc20827311aad103445e26aa51ebe82941
57
+ A gem wrapper around govuk_elements v3.0.1
58
+ that pulls stylesheet and javascript files into a Rails app. Changelog: https://github.com/alphagov/govuk_elements/blob/97255d5dee2a9740070a8009eae3ab188d6cb71f
59
59
  /CHANGELOG.md
60
60
  email: robin.whittleton@digital.cabinet-office.gov.uk
61
61
  executables: []