mirror of
https://github.com/wahyd4/bootstrap.git
synced 2026-08-16 16:26:32 +10:00
rebuild
This commit is contained in:
+9
-9
@@ -605,7 +605,7 @@
|
||||
<div class="span4">
|
||||
<h3>Custom jQuery plugin</h3>
|
||||
<p>All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.</p>
|
||||
<p><a class="btn" href="./javascript.html/#tabs">Get the javascript →</a></p>
|
||||
<p><a class="btn" href="./javascript.html#tabs">Get the javascript →</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -865,7 +865,7 @@
|
||||
</ul>
|
||||
</pre>
|
||||
<h3>Adding dropdowns</h3>
|
||||
<p>Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html/#dropdown">our javascript plugin</a>.</p>
|
||||
<p>Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdown">our javascript plugin</a>.</p>
|
||||
<pre class="prettyprint linenums">
|
||||
<ul class="nav">
|
||||
<li class="dropdown">
|
||||
@@ -881,7 +881,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</pre>
|
||||
<p><a class="btn" href="./javascript.html/#dropdown">Get the javascript →</a></p>
|
||||
<p><a class="btn" href="./javascript.html#dropdown">Get the javascript →</a></p>
|
||||
</div><!-- /.span -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
@@ -1088,7 +1088,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="label label-success">New</span>
|
||||
<span class="label label-success">Success</span>
|
||||
</td>
|
||||
<td>
|
||||
<code><span class="label label-success">New</span></code>
|
||||
@@ -1295,25 +1295,25 @@
|
||||
<p>Wrap your message and an optional close icon in a div with simple class.</p>
|
||||
<div class="alert">
|
||||
<a class="close">×</a>
|
||||
<strong>Warning!</strong> Best check yo self, you’re not looking too good.
|
||||
<strong>Warning!</strong> Best check yo self, you're not looking too good.
|
||||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<div class="alert">
|
||||
<a class="close">×</a>
|
||||
<strong>Warning!</strong> Best check yo self, you’re not looking too good.
|
||||
<strong>Warning!</strong> Best check yo self, you're not looking too good.
|
||||
</div>
|
||||
</pre>
|
||||
<p>Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.</p>
|
||||
<div class="alert alert-block">
|
||||
<a class="close">×</a>
|
||||
<h4 class="alert-heading">Warning!</h4>
|
||||
<p>Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
|
||||
<p>Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
|
||||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<div class="alert alert-block">
|
||||
<a class="close">×</a>
|
||||
<h4 class="alert-heading">Warning!</h4>
|
||||
Best check yo self, you’re not...
|
||||
Best check yo self, you're not...
|
||||
</div>
|
||||
</pre>
|
||||
</div>
|
||||
@@ -1349,7 +1349,7 @@
|
||||
<h3>Information</h3>
|
||||
<div class="alert alert-info">
|
||||
<a class="close">×</a>
|
||||
<strong>Heads up!</strong> This alert needs your attention, but it’s not super important.
|
||||
<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
|
||||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<div class="alert alert-info">
|
||||
|
||||
Reference in New Issue
Block a user