2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove custom example plugin. (#25784)

This commit is contained in:
m5o
2018-03-14 16:44:38 +01:00
committed by XhmikosR
parent 03b7f52e82
commit d01b4eb025
41 changed files with 923 additions and 695 deletions
+6 -4
View File
@@ -11,18 +11,19 @@ Choose from `.align-baseline`, `.align-top`, `.align-middle`, `.align-bottom`, `
With inline elements:
{% example html %}
{% capture example %}
<span class="align-baseline">baseline</span>
<span class="align-top">top</span>
<span class="align-middle">middle</span>
<span class="align-bottom">bottom</span>
<span class="align-text-top">text-top</span>
<span class="align-text-bottom">text-bottom</span>
{% endexample %}
{% endcapture %}
{% include example.html content=example %}
With table cells:
{% example html %}
{% capture example %}
<table style="height: 100px;">
<tbody>
<tr>
@@ -35,4 +36,5 @@ With table cells:
</tr>
</tbody>
</table>
{% endexample %}
{% endcapture %}
{% include example.html content=example %}