diff --git a/docs/content/content-html.html b/docs/content/content-html.html index e4a8bf96..443b52fb 100755 --- a/docs/content/content-html.html +++ b/docs/content/content-html.html @@ -28,10 +28,11 @@ -
Our goal is to leave the main content area pretty much unstyled except for adding in a bit of padding and applying the theme font family and color.
-We don't use CSS resets or a lot of custom styles because standard HTML markup is provides a lot of visual texture out of the box. By taking a light hand with content styling, it gives designers and developers a clean slate to work with instead of fighting against a lot of complex styles.
+The default approach to styling content in jQuery Mobile is simple: Use a light hand. Our goal is to let the browser's native rendering take precedence; we add a bit of padding for more comfortable readability, and use the theming system to apply the font family and colors.
+Taking a light hand with content styling gives designers and developers a clean slate to work with, instead of fighting against a lot of complex style overhead.
-By default, jQuery Mobile themes use standard HTML styles and sizes for standard markup elements like headers, paragraph content, block quotes, anchor links, standard ordered, unordered and definition lists, and tables.
This is another paragraph of text so you can see how HTML markup works in content. This is another paragraph of text so you can see how HTML markup works in content. This is another paragraph of text so you can see how HTML markup works in content.
-We add a few styles to tables and fieldsets to make them more legible but these are easily overridden with customs styles.
We add a few styles to tables and fieldsets to make them more legible, which are easily overridden with customs styles.