Skip to content

Commit 7a9f8ec

Browse files
authored
Change caption style on accessibility statement to comply to accessibility recommendations (#2873)
1 parent d2516f4 commit 7a9f8ec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

site/assets/scss/_boosted.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ body {
130130
border-radius: 50%; // stylelint-disable-line property-disallowed-list
131131
}
132132

133+
.bd-caption {
134+
font-size: 1rem;
135+
font-weight: 400;
136+
text-align: center;
137+
}
138+
133139
// .pie[data-value="1"]::before { transform: rotate(3.6deg); }
134140
// .pie[data-value="1"]::after { display: none; }
135141
// .pie[data-value="2"]::before { transform: rotate(7.2deg); }

site/content/docs/5.3/accessibility-statement/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The compliance audit carried out by ORANGE SA reveals that:
4747
* The average compliance rate of the online service is 87%.
4848

4949
<div class="table-responsive">
50-
<table class="table table-striped"><caption>Summary by levels</caption>
50+
<table class="table table-striped"><caption class="bd-caption">Summary by levels</caption>
5151
<thead><tr>
5252
<th scope="row">Level</th>
5353
<th scope="col" class="text-center">A</th>
@@ -92,7 +92,7 @@ The compliance audit carried out by ORANGE SA reveals that:
9292

9393
<div class="table-responsive">
9494
<table class="table table-striped">
95-
<caption>Compliance rate by pages according to the two levels of criteria A and AA</caption>
95+
<caption class="bd-caption">Compliance rate by pages according to the two levels of criteria A and AA</caption>
9696
<tbody>
9797
<tr>
9898
<th scope="row">Criteria / Level</th>

0 commit comments

Comments
 (0)