* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sat Sep 10 15:24:30 PDT 2011
* Date: Sat Sep 10 15:29:50 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
Lorem ipsum dolar sit amet illo error <ahref="#"title="below">ipsum</a> veritatis aut iste perspiciatis iste voluptas natus illo quasi odit aut natus consequuntur consequuntur, aut natus illo voluptatem odit perspiciatis laudantium rem doloremque totam voluptas. <ahref="#"title="right">Voluptasdicta</a> eaque beatae aperiam ut enim voluptatem explicabo explicabo, voluptas quia odit fugit accusantium totam totam architecto explicabo sit quasi fugit fugit, totam doloremque unde sunt <ahref="#"title="left">sed</a> dicta quae accusantium fugit voluptas nemo voluptas voluptatem <ahref="#"title="above">rem</a> quae aut veritatis quasi quae.
</p>
<divclass="twipsy below">
<divclass="twipsy-arrow"></div>
<divclass="twipsy-inner">below!</div>
</div>
<divclass="twipsy right">
<divclass="twipsy-arrow"></div>
<divclass="twipsy-inner">right!</div>
</div>
<divclass="twipsy left">
<divclass="twipsy-arrow"></div>
<divclass="twipsy-inner">left!</div>
</div>
<divclass="twipsy above">
<divclass="twipsy-arrow"></div>
<divclass="twipsy-inner">above!</div>
</div>
</div>
</div>
</div>
...
...
@@ -1556,15 +1541,15 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<td>Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for title storage!</td>
<td>Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for local title storage!</td>
<p>Bootstraps modal class makes use of custom events. You can use <code>trigger</code> to make things happen manually or <code>bind</code> to listen for things happening.</p>
<ahref="#"class="btn danger"rel="popover"data-title="A Title"data-content="And here's some amazing content. It's very engaging. right?">hover</a>
<ahref="#"class="btn danger"rel="popover"data-title="A Title"data-content="And here's some amazing content. It's very engaging. right?">hover for popover</a>
<script>
$(function(){
$("a[rel=popover]").popover({
...
...
@@ -376,6 +407,11 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
<h3>Methods</h3>
<h4>$().alert</h4>
<p>Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the <code>.fade</code> and <code>.in</code> class already applied to them.</p>
<h3>Events</h3>
<p>You can manually control alerts by firing events on them.</p>