From b4dd2b9a10a9313bbe0863b9da279e212f8d230d Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sun, 15 Jan 2012 19:38:30 -0800 Subject: [PATCH] fix typo --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-css.html b/docs/base-css.html index ccc2216c67..99a4efe3a8 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -623,7 +623,7 @@

1. Default table styles

-

Tables are automatically styled with only the a few borders to ensure readability and maintain structure. No classes are required.

+

Tables are automatically styled with only a few borders to ensure readability and maintain structure. No classes are required.

 <table>
   ...