2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Use Jekyll's smartify filter when possible. (#24866)

This commit is contained in:
XhmikosR
2017-11-25 02:13:39 +02:00
committed by GitHub
parent 3de46286b2
commit 02e4f6e513
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -586,7 +586,7 @@ Create responsive tables by adding `.table-responsive{-sm|-md|-lg|-xl}` to any `
## Captions
A `<caption>` functions like a heading for a table. It helps users with screen readers to find a table and understand what its about and decide if they want to read it.
A `<caption>` functions like a heading for a table. It helps users with screen readers to find a table and understand what it's about and decide if they want to read it.
{% example html %}
<table class="table">