govuk_admin_template 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 1.1.7
2
+
3
+ * Fix display of `lead` styles when using `text-muted` class
4
+ * Add display inline class helpers
5
+
1
6
  # 1.1.6
2
7
 
3
8
  * Really fix the crown this time (`image-url` requires a gem-relative path)
data/CSS.md CHANGED
@@ -97,6 +97,13 @@ Class | Purpose
97
97
  `link-muted` | Like Bootstrap’s `text-muted`, but for links. Makes them a matching grey and underlined.
98
98
  `link-inherit` | Inherits its colour from surrounding text, gains an underline
99
99
 
100
+ ### Display helpers
101
+
102
+ Class | Purpose
103
+ ------ |--------
104
+ `inline` | Display inline, useful if the semantic element has the wrong display style by default
105
+ `inline-block` | Display inline-block
106
+
100
107
  ### Tables
101
108
  [tables.css.scss](app/assets/stylesheets/govuk_admin_template/_tables.css.scss)
102
109
 
@@ -21,6 +21,14 @@ label {
21
21
  position: relative;
22
22
  }
23
23
 
24
+ .inline {
25
+ display: inline;
26
+ }
27
+
28
+ .inline-block {
29
+ display: inline-block;
30
+ }
31
+
24
32
  .bold {
25
33
  font-weight: bold;
26
34
  }
@@ -19,4 +19,8 @@
19
19
  .lead {
20
20
  font-weight: normal;
21
21
  color: #555;
22
+
23
+ &.text-muted {
24
+ color: $gray-light;
25
+ }
22
26
  }
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
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-10-21 00:00:00.000000000 Z
12
+ date: 2014-11-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -130,7 +130,7 @@ dependencies:
130
130
  requirements:
131
131
  - - '='
132
132
  - !ruby/object:Gem::Version
133
- version: 2.0.2
133
+ version: 2.0.3
134
134
  type: :development
135
135
  prerelease: false
136
136
  version_requirements: !ruby/object:Gem::Requirement
@@ -138,7 +138,7 @@ dependencies:
138
138
  requirements:
139
139
  - - '='
140
140
  - !ruby/object:Gem::Version
141
- version: 2.0.2
141
+ version: 2.0.3
142
142
  description: Styles, scripts and templates for GOV.UK admin applications
143
143
  email:
144
144
  - govuk-dev@digital.cabinet-office.gov.uk
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  version: '0'
210
210
  segments:
211
211
  - 0
212
- hash: -1752579191907183345
212
+ hash: 3294391031137274422
213
213
  requirements: []
214
214
  rubyforge_project:
215
215
  rubygems_version: 1.8.23.2