Commit e78d5f8f authored by Mark Otto's avatar Mark Otto

fix tables for rowspan

parent 46d2ad5e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Tue Dec 27 16:07:55 CST 2011 * Date: Tue Dec 27 16:25:12 CST 2011
*/ */
html, body { html, body {
margin: 0; margin: 0;
......
...@@ -646,25 +646,24 @@ ...@@ -646,25 +646,24 @@
<tr> <tr>
<td>1</td> <td>1</td>
<td colspan="2">Some One</td> <td colspan="2">Some One</td>
<td>English</td> <td>HTML</td>
</tr> </tr>
<tr> <tr>
<td>2</td> <td>2</td>
<td>Joe</td> <td>Joe</td>
<td>Sixpack</td> <td>Sixpack</td>
<td>English</td> <td rowspan="2">Javascript</td>
</tr> </tr>
</tr> </tr>
<td>3</td> <td>3</td>
<td>Joe</td> <td>Joe</td>
<td>Sixpack</td> <td>Sixpack</td>
<td>English</td>
</tr> </tr>
<tr> <tr>
<td>3</td> <td>3</td>
<td>Stu</td> <td>Stu</td>
<td>Dent</td> <td>Dent</td>
<td>Code</td> <td>CSS</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment