aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-27 16:25:22 -0600
committerMark Otto <[email protected]>2011-12-27 16:25:22 -0600
commite78d5f8ff33009e4c4ab57496913b43ff1e369dc (patch)
tree0e8553bbb2a903bc6f0aae7e2ed5bda75747e89c
parent46d2ad5e221646807fb2bd71881860462988008e (diff)
downloadbootstrap-e78d5f8ff33009e4c4ab57496913b43ff1e369dc.tar.xz
bootstrap-e78d5f8ff33009e4c4ab57496913b43ff1e369dc.zip
fix tables for rowspan
-rw-r--r--bootstrap.css2
-rw-r--r--docs/base-css.html7
2 files changed, 4 insertions, 5 deletions
diff --git a/bootstrap.css b/bootstrap.css
index a1fcc1df6..2b870bfce 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* 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 {
margin: 0;
diff --git a/docs/base-css.html b/docs/base-css.html
index 99fb9bd1a..13cbeedbc 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -646,25 +646,24 @@
<tr>
<td>1</td>
<td colspan="2">Some One</td>
- <td>English</td>
+ <td>HTML</td>
</tr>
<tr>
<td>2</td>
<td>Joe</td>
<td>Sixpack</td>
- <td>English</td>
+ <td rowspan="2">Javascript</td>
</tr>
</tr>
<td>3</td>
<td>Joe</td>
<td>Sixpack</td>
- <td>English</td>
</tr>
<tr>
<td>3</td>
<td>Stu</td>
<td>Dent</td>
- <td>Code</td>
+ <td>CSS</td>
</tr>
</tbody>
</table>