Merge branch 'master' of github.com:jquery/jquery-mobile

This commit is contained in:
John Resig 2010-10-15 22:20:44 -04:00
commit 6d3e2d37e2

View file

@ -28,10 +28,11 @@
<p>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. </p>
<p>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.</p>
<p>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 <a href="../themes/index.html">theming system</a> to apply the font family and colors. </p>
<p>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.</p>
<h2>Default HTML markup styling for content areas</h2>
<h2>Default HTML markup styling</h2>
<p>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. </p>
<hr>
<h1>H1 Heading</h1>
@ -47,7 +48,7 @@
<p>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.</p>
<p>We add a few styles to <code>tables</code> and <code>fieldsets</code> to make them more legible but these are easily overridden with customs styles.</p>
<p>We add a few styles to <code>tables</code> and <code>fieldsets</code> to make them more legible, which are easily overridden with customs styles.</p>
<ul>
<li>Unordered list item 1</li>