You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: assets/pages/layout.twig
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@
127
127
</div>
128
128
129
129
<ahref="#"class="brand hidden-xs"title="back to home">
130
-
<imgsrc="../img/logo-CH.svg"onerror="this.onerror=null; this.src='../img/logo-CH.png'"alt="The Federal Authorities of the Swiss Confederation, www.admin.ch" />
130
+
<imgsrc="../img/logo-CH.svg"onerror="this.onerror=null; this.src='../img/logo-CH.png'"alt="back to home" />
131
131
<h1>Department of the Environment, Transport, Energy and Communications</h1>
132
132
</a>
133
133
@@ -668,7 +668,7 @@
668
668
</select>
669
669
</p>
670
670
<hrclass="footer-line visible-xs">
671
-
<imgclass="visible-xs"src="../img/logo-CH.svg"onerror="this.onerror=null; this.src='../img/logo-CH.png'"alt="The Federal Authorities of the Swiss Confederation, www.admin.ch" />
671
+
<imgclass="visible-xs"src="../img/logo-CH.svg"onerror="this.onerror=null; this.src='../img/logo-CH.png'"alt="back to home" />
Copy file name to clipboardExpand all lines: assets/sass/components/carousel.scss
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,13 @@ The carousel consists of various information blocks, each of which contains a la
28
28
29
29
The carousel component is not totally compliant with accessibility standards. If you need to be compliant, please consider other options for presenting your content.
30
30
31
+
<br>
32
+
<div class="alert alert-warning">
33
+
**2.5.1**
34
+
35
+
- put `<figure>` element after `<h4>` to avoid ungraceful alignment
36
+
</div>
37
+
31
38
```html_example
32
39
<div class="row">
33
40
<div class="col-sm-6 col-sm-offset-3">
@@ -56,10 +63,10 @@ The carousel component is not totally compliant with accessibility standards. If
0 commit comments