govuk_admin_template 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md
CHANGED
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
|
|
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.
|
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-
|
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.
|
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.
|
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:
|
212
|
+
hash: 3294391031137274422
|
213
213
|
requirements: []
|
214
214
|
rubyforge_project:
|
215
215
|
rubygems_version: 1.8.23.2
|