Skip to content

Commit 7d3dc45

Browse files
authored
Merge pull request tachyons-css#139 from Snazzyham/table-fix
Table Docs Clarification(?) maybe
2 parents f740eb6 + d64dca2 commit 7d3dc45

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/layout/display/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,15 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-display</h4>
283283
d = display
284284

285285
Modifiers:
286-
n = none
287-
b = block
288-
ib = inline-block
289-
it = inline-table
290-
t = table
291-
tc = table-cell
292-
tr = table-row
293-
tcol = table-column
294-
tcolg = table-column-group
286+
n = none
287+
b = block
288+
ib = inline-block
289+
it = inline-table
290+
t = table
291+
tc = table-cell
292+
t-row = table-row
293+
t-columm = table-column
294+
t-column-group = table-column-group
295295

296296
Media Query Extensions:
297297
-ns = not-small

0 commit comments

Comments
 (0)