diff options
| -rw-r--r-- | bootstrap.css | 2 | ||||
| -rw-r--r-- | docs/base-css.html | 7 |
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> |
