diff options
| author | Mark Otto <[email protected]> | 2013-12-12 14:59:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-12 14:59:25 -0800 |
| commit | d704bf0a520f0afa1598c5683cee18c1759ca41c (patch) | |
| tree | 6acab6223984db341cf8d307d3a097d5a47b4682 | |
| parent | 0b4efcda9084183b4f8e60cf039707e25a40361a (diff) | |
| download | bootstrap-d704bf0a520f0afa1598c5683cee18c1759ca41c.tar.xz bootstrap-d704bf0a520f0afa1598c5683cee18c1759ca41c.zip | |
just column width, not max
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ base_url: "../" <td colspan="4">12</td> </tr> <tr> - <th>Max column width</th> + <th>Column width</th> <td class="text-muted">Auto</td> <td>60px</td> <td>78px</td> |
