File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
content/docs/5.3/accessibility-statement Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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); }
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments