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
<!-- Add clearfix class to clear floated elements -->
37
37
<divclass="clearfix"></div>
38
38
</div>
39
+
<pclass="well">This is some content below the floated columns. Without clearfix, this content would overlap with the floated columns. But clearfix ensures proper layout by clearing the floats.</p>
40
+
</div>
39
41
40
42
</div>
41
43
<h4>Code sample</h4>
42
44
<pre><code><div class="well">
43
45
<div class="row">
44
-
<div class="col-md-3 well pull-left bg-darker">Column 1</div>
45
-
<div class="col-md-3 well pull-left bg-darker">Column 2</div>
46
-
<div class="col-md-3 well pull-left bg-darker">Column 3</div>
<p class="well">This is some content below the floated columns. Without clearfix, this content would overlap with the floated columns. But clearfix ensures proper layout by clearing the floats.</p>
51
53
</div></code></pre>
52
54
53
-
<h4>Bootstrap 3 <code>.center-block</code> class working example</h4>
55
+
<h3><code>.center-block</code> class working example</h3>
54
56
<divclass="well">
55
57
<divclass="center-block well bg-darker">
56
58
This element is centered horizontally within its parent container.
@@ -63,7 +65,7 @@ <h4>Code sample</h4>
63
65
</div>
64
66
</div></code></pre>
65
67
66
-
<h4>Bootstrap 3 <code>.pull-right</code> class working example</h4>
68
+
<h3><code>.pull-right</code> class working example</h3>
67
69
<divclass="well">
68
70
<divclass="pull-right well">
69
71
This element is floated to the right within its parent container.
@@ -76,7 +78,7 @@ <h4>Code sample</h4>
76
78
</div>
77
79
</div></code></pre>
78
80
79
-
<h4>Bootstrap 3 <code>.pull-left</code> class working example</h4>
81
+
<h3><code>.pull-left</code> class working example</h3>
80
82
<divclass="well">
81
83
<divclass="pull-left well">
82
84
This element is floated to the left within its parent container.
@@ -144,7 +146,7 @@ <h4>Code sample</h4>
144
146
145
147
<h3id="toggling-content">Toggling content</h3>
146
148
147
-
<h4>Bootstrap 3 <code>.hide</code> class working example</h4>
149
+
<h3><code>.hide</code> class working example</h3>
148
150
<divclass="well">
149
151
<divclass="hide well">
150
152
This element is hidden on all screen sizes.
@@ -157,7 +159,7 @@ <h4>Code sample</h4>
157
159
</div>
158
160
</div></code></pre>
159
161
160
-
<h4>Bootstrap 3 <code>.show</code> class working example</h4>
162
+
<h3><code>.show</code> class working example</h3>
161
163
<divclass="well">
162
164
<divclass="show well">
163
165
This element is visible on all screen sizes.
@@ -170,7 +172,7 @@ <h4>Code sample</h4>
170
172
</div>
171
173
</div></code></pre>
172
174
173
-
<h4>Bootstrap 3 <code>.invisible</code> class working example</h4>
175
+
<h3><code>.invisible</code> class working example</h3>
174
176
<divclass="well">
175
177
<divclass="invisible well">
176
178
This element is invisible but still takes up space in the layout.
@@ -183,7 +185,7 @@ <h4>Code sample</h4>
183
185
</div>
184
186
</div></code></pre>
185
187
186
-
<h4>Bootstrap 3 <code>.text-hide</code> class working example</h4>
188
+
<h3><code>.text-hide</code> class working example</h3>
187
189
<divclass="well">
188
190
<divclass="text-hide well">
189
191
This text is hidden visually but remains accessible to screen readers.
@@ -196,7 +198,7 @@ <h4>Code sample</h4>
196
198
</div>
197
199
</div></code></pre>
198
200
199
-
<h4>Bootstrap 3 <code>.hidden</code> class working example</h4>
201
+
<h3><code>.hidden</code> class working example</h3>
200
202
<divclass="well">
201
203
<divclass="hidden well">
202
204
This element is hidden on all screen sizes.
@@ -225,7 +227,7 @@ <h4>Code sample</h4>
225
227
<h4><code>.sr-only-focusable</code> class working example</h4>
226
228
<divclass="well">
227
229
<divclass="sr-only-focusable well">
228
-
This element is visually hidden but remains accessible to screen readers, and it can be focused by keyboard navigation.
230
+
<ahref="#">This element is visually hidden but remains accessible to screen readers, and it can be focused by keyboard navigation.</a>
229
231
</div>
230
232
</div>
231
233
<h4>Code sample</h4>
@@ -774,17 +776,6 @@ <h4>Code sample</h4>
774
776
</div>
775
777
</div></code></pre>
776
778
777
-
<h4><code>.mfp-hide </code>class working example</h4><divclass="well">
778
-
<divclass="mfp-hide well">
779
-
This element is hidden as part of a Magnific Popup modal.
Copy file name to clipboardExpand all lines: common/display/display-fr.html
+5-31Lines changed: 5 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
11
11
<p>Cette page présente des fonctionnalités utilitaires d'affichage de Bootstrap, y compris certaines intégrations de wet-boew pour la bascule du contenu.</p>
12
12
13
+
<nav>
13
14
<h2>Sur cette page :</h2>
14
15
15
16
<ul>
@@ -22,6 +23,7 @@ <h2>Sur cette page :</h2>
22
23
<li><ahref="#nombre-colonnes">Nombre de colonnes (Col count)</a></li>
23
24
<li><ahref="#controles-de-dimensionnement">Contrôles de dimensionnement</a></li>
24
25
</ul>
26
+
</nav>
25
27
26
28
<h2id="bootstrap">Bootstrap</h2>
27
29
@@ -58,7 +60,7 @@ <h4>Exemple de fonctionnement de la classe Bootstrap 3 <code>.center-block</code
0 commit comments