1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-16 21:18:25 +01:00

regenerate with fixes applied

This commit is contained in:
Chris Rebert 2014-06-30 21:11:21 -07:00
parent 709ae8ef61
commit 6d3086b772
4 changed files with 32 additions and 24 deletions

View File

@ -1672,6 +1672,12 @@
<span class="nt">&lt;label</span> <span class="na">class=</span><span class="s">&quot;sr-only&quot;</span> <span class="na">for=</span><span class="s">&quot;exampleInputEmail2&quot;</span><span class="nt">&gt;</span>Email address<span class="nt">&lt;/label&gt;</span>
<span class="nt">&lt;input</span> <span class="na">type=</span><span class="s">&quot;email&quot;</span> <span class="na">class=</span><span class="s">&quot;form-control&quot;</span> <span class="na">id=</span><span class="s">&quot;exampleInputEmail2&quot;</span> <span class="na">placeholder=</span><span class="s">&quot;Enter email&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;/div&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;form-group&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;input-group&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;input-group-addon&quot;</span><span class="nt">&gt;</span>@<span class="nt">&lt;/div&gt;</span>
<span class="nt">&lt;input</span> <span class="na">class=</span><span class="s">&quot;form-control&quot;</span> <span class="na">type=</span><span class="s">&quot;email&quot;</span> <span class="na">placeholder=</span><span class="s">&quot;Enter email&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;/div&gt;</span>
<span class="nt">&lt;/div&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;form-group&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;label</span> <span class="na">class=</span><span class="s">&quot;sr-only&quot;</span> <span class="na">for=</span><span class="s">&quot;exampleInputPassword2&quot;</span><span class="nt">&gt;</span>Password<span class="nt">&lt;/label&gt;</span>
<span class="nt">&lt;input</span> <span class="na">type=</span><span class="s">&quot;password&quot;</span> <span class="na">class=</span><span class="s">&quot;form-control&quot;</span> <span class="na">id=</span><span class="s">&quot;exampleInputPassword2&quot;</span> <span class="na">placeholder=</span><span class="s">&quot;Password&quot;</span><span class="nt">&gt;</span>

View File

@ -38,9 +38,11 @@
<h2 class="form-signin-heading">Please sign in</h2>
<input type="email" class="form-control" placeholder="Email address" required autofocus>
<input type="password" class="form-control" placeholder="Password" required>
<label class="checkbox">
<input type="checkbox" value="remember-me"> Remember me
</label>
<div class="checkbox">
<label>
<input type="checkbox" value="remember-me"> Remember me
</label>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>

View File

@ -241,7 +241,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">Modal Heading</h4>
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
<div class="modal-body">
<h4>Text in a modal</h4>
@ -988,16 +988,16 @@
<h4>Multiple-line links</h4>
<p>Sometimes you want to add a tooltip to a hyperlink that wraps multiple lines. The default behavior of the tooltip plugin is to center it horizontally and vertically. Add <code>white-space: nowrap;</code> to your anchors to avoid this.</p>
</div>
<div class="highlight"><pre><code class="html"><span class="lineno"> 1</span> <span class="c">&lt;!-- HTML to write --&gt;</span>
<span class="lineno"> 2</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span> <span class="na">data-toggle=</span><span class="s">&quot;tooltip&quot;</span> <span class="na">title=</span><span class="s">&quot;Some tooltip text!&quot;</span><span class="nt">&gt;</span>Hover over me<span class="nt">&lt;/a&gt;</span>
<span class="lineno"> 3</span>
<span class="lineno"> 4</span> <span class="c">&lt;!-- Generated markup by the plugin --&gt;</span>
<span class="lineno"> 5</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;tooltip top&quot;</span> <span class="na">role=</span><span class="s">&quot;tooltip&quot;</span><span class="nt">&gt;</span>
<span class="lineno"> 6</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;tooltip-arrow&quot;</span><span class="nt">&gt;&lt;/div&gt;</span>
<span class="lineno"> 7</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;tooltip-inner&quot;</span><span class="nt">&gt;</span>
<span class="lineno"> 8</span> Some tooltip text!
<span class="lineno"> 9</span> <span class="nt">&lt;/div&gt;</span>
<span class="lineno">10</span> <span class="nt">&lt;/div&gt;</span></code></pre></div>
<div class="highlight"><pre><code class="html"><span class="c">&lt;!-- HTML to write --&gt;</span>
<span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span> <span class="na">data-toggle=</span><span class="s">&quot;tooltip&quot;</span> <span class="na">title=</span><span class="s">&quot;Some tooltip text!&quot;</span><span class="nt">&gt;</span>Hover over me<span class="nt">&lt;/a&gt;</span>
<span class="c">&lt;!-- Generated markup by the plugin --&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;tooltip top&quot;</span> <span class="na">role=</span><span class="s">&quot;tooltip&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;tooltip-arrow&quot;</span><span class="nt">&gt;&lt;/div&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;tooltip-inner&quot;</span><span class="nt">&gt;</span>
Some tooltip text!
<span class="nt">&lt;/div&gt;</span>
<span class="nt">&lt;/div&gt;</span></code></pre></div>
<h3>Options</h3>
<p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-animation=""</code>.</p>
@ -1990,7 +1990,7 @@
<h3>Via data attributes</h3>
<p>Use data attributes to easily control the position of the carousel. <code>data-slide</code> accepts the keywords <code>prev</code> or <code>next</code>, which alters the slide position relative to its current position. Alternatively, use <code>data-slide-to</code> to pass a raw slide index to the carousel <code>data-slide-to="2"</code>, which shifts the slide position to a particular index beginning with <code>0</code>.</p>
<p>The <code>data-ride="carousel"</code> attribute is used to mark a carousel as animating starting at page load.</p>
<p>The <code>data-ride="carousel"</code> attribute is used to mark a carousel as animating starting at page load. <strong class="text-danger">It cannot be used in combination with (redundant and unnecessary) explicit JavaScript initialization of the same carousel.</strong></p>
<h3>Via JavaScript</h3>
<p>Call carousel manually with:</p>

View File

@ -2,7 +2,7 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://getbootstrap.com/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
@ -10,7 +10,7 @@
<url>
<loc>http://getbootstrap.com/about/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@ -19,7 +19,7 @@
<url>
<loc>http://getbootstrap.com/browser-bugs/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@ -28,7 +28,7 @@
<url>
<loc>http://getbootstrap.com/components/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@ -37,7 +37,7 @@
<url>
<loc>http://getbootstrap.com/css/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@ -46,7 +46,7 @@
<url>
<loc>http://getbootstrap.com/customize/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@ -55,7 +55,7 @@
<url>
<loc>http://getbootstrap.com/getting-started/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@ -66,7 +66,7 @@
<url>
<loc>http://getbootstrap.com/javascript/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@ -75,7 +75,7 @@
<url>
<loc>http://getbootstrap.com/migration/</loc>
<lastmod>2014-06-26T09:35:48-07:00</lastmod>
<lastmod>2014-06-30T21:06:58-07:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>