govuk_template 0.8.0 → 0.8.1
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.
|
@@ -415,6 +415,8 @@ button:focus,
|
|
|
415
415
|
content: " \25B2"; }
|
|
416
416
|
#global-header .header-proposition #proposition-menu {
|
|
417
417
|
margin-top: 5px; }
|
|
418
|
+
#global-header .header-proposition #proposition-menu.no-proposition-name {
|
|
419
|
+
margin-top: 37px; }
|
|
418
420
|
#global-header .header-proposition #proposition-links {
|
|
419
421
|
clear: both;
|
|
420
422
|
margin: 2px 0 0 0;
|
|
@@ -462,7 +464,9 @@ button:focus,
|
|
|
462
464
|
#global-header .header-proposition #proposition-links li a:hover {
|
|
463
465
|
text-decoration: underline; }
|
|
464
466
|
#global-header .header-proposition #proposition-links li a.active {
|
|
465
|
-
color: #
|
|
467
|
+
color: #1d8feb; }
|
|
468
|
+
#global-header .header-proposition #proposition-links li a:focus {
|
|
469
|
+
color: #0b0c0c; }
|
|
466
470
|
|
|
467
471
|
/* Global header bar */
|
|
468
472
|
#global-header-bar {
|
|
@@ -415,6 +415,8 @@ button:focus,
|
|
|
415
415
|
content: " \25B2"; }
|
|
416
416
|
#global-header .header-proposition #proposition-menu {
|
|
417
417
|
margin-top: 5px; }
|
|
418
|
+
#global-header .header-proposition #proposition-menu.no-proposition-name {
|
|
419
|
+
margin-top: 37px; }
|
|
418
420
|
#global-header .header-proposition #proposition-links {
|
|
419
421
|
clear: both;
|
|
420
422
|
margin: 2px 0 0 0;
|
|
@@ -462,7 +464,9 @@ button:focus,
|
|
|
462
464
|
#global-header .header-proposition #proposition-links li a:hover {
|
|
463
465
|
text-decoration: underline; }
|
|
464
466
|
#global-header .header-proposition #proposition-links li a.active {
|
|
465
|
-
color: #
|
|
467
|
+
color: #1d8feb; }
|
|
468
|
+
#global-header .header-proposition #proposition-links li a:focus {
|
|
469
|
+
color: #0b0c0c; }
|
|
466
470
|
|
|
467
471
|
/* Global header bar */
|
|
468
472
|
#global-header-bar {
|
|
@@ -407,6 +407,8 @@ button:focus,
|
|
|
407
407
|
content: " \25B2"; }
|
|
408
408
|
#global-header .header-proposition #proposition-menu {
|
|
409
409
|
margin-top: 5px; }
|
|
410
|
+
#global-header .header-proposition #proposition-menu.no-proposition-name {
|
|
411
|
+
margin-top: 37px; }
|
|
410
412
|
#global-header .header-proposition #proposition-links {
|
|
411
413
|
clear: both;
|
|
412
414
|
margin: 2px 0 0 0;
|
|
@@ -454,7 +456,9 @@ button:focus,
|
|
|
454
456
|
#global-header .header-proposition #proposition-links li a:hover {
|
|
455
457
|
text-decoration: underline; }
|
|
456
458
|
#global-header .header-proposition #proposition-links li a.active {
|
|
457
|
-
color: #
|
|
459
|
+
color: #1d8feb; }
|
|
460
|
+
#global-header .header-proposition #proposition-links li a:focus {
|
|
461
|
+
color: #0b0c0c; }
|
|
458
462
|
|
|
459
463
|
/* Global header bar */
|
|
460
464
|
#global-header-bar {
|
|
@@ -422,6 +422,9 @@ button:focus,
|
|
|
422
422
|
content: " \25B2"; }
|
|
423
423
|
#global-header .header-proposition #proposition-menu {
|
|
424
424
|
margin-top: 5px; }
|
|
425
|
+
@media (min-width: 769px) {
|
|
426
|
+
#global-header .header-proposition #proposition-menu.no-proposition-name {
|
|
427
|
+
margin-top: 37px; } }
|
|
425
428
|
#global-header .header-proposition #proposition-links {
|
|
426
429
|
clear: both;
|
|
427
430
|
margin: 2px 0 0 0;
|
|
@@ -475,7 +478,9 @@ button:focus,
|
|
|
475
478
|
#global-header .header-proposition #proposition-links li a:hover {
|
|
476
479
|
text-decoration: underline; }
|
|
477
480
|
#global-header .header-proposition #proposition-links li a.active {
|
|
478
|
-
color: #
|
|
481
|
+
color: #1d8feb; }
|
|
482
|
+
#global-header .header-proposition #proposition-links li a:focus {
|
|
483
|
+
color: #0b0c0c; }
|
|
479
484
|
|
|
480
485
|
/* Global header bar */
|
|
481
486
|
#global-header-bar {
|
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.8.
|
|
4
|
+
version: 0.8.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-05-
|
|
12
|
+
date: 2014-05-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -188,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
188
188
|
version: '0'
|
|
189
189
|
segments:
|
|
190
190
|
- 0
|
|
191
|
-
hash: -
|
|
191
|
+
hash: -3305681561229245038
|
|
192
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
none: false
|
|
194
194
|
requirements:
|
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
version: '0'
|
|
198
198
|
segments:
|
|
199
199
|
- 0
|
|
200
|
-
hash: -
|
|
200
|
+
hash: -3305681561229245038
|
|
201
201
|
requirements: []
|
|
202
202
|
rubyforge_project:
|
|
203
203
|
rubygems_version: 1.8.23
|