mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
reseting baseline to 18px, fixing wells, moving pre styles for chili to docs
This commit is contained in:
+4
-4
@@ -11,7 +11,6 @@
|
||||
<!-- Le javascript -->
|
||||
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
|
||||
<script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
|
||||
<script src="assets/js/jquery/hashgrid.js"></script>
|
||||
<script src="assets/js/jquery/chili/jquery.chili-2.2.js"></script>
|
||||
<script src="assets/js/jquery/chili/recipes.js"></script>
|
||||
<script id="setup">ChiliBook.lineNumbers = true;</script>
|
||||
@@ -744,6 +743,7 @@
|
||||
<label for="xlInput">X-Large Input</label>
|
||||
<div class="input">
|
||||
<input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" />
|
||||
<span class="help-inline">Small snippet of help text</span>
|
||||
</div>
|
||||
</div> <!-- /clearfix -->
|
||||
</fieldset>
|
||||
@@ -1180,12 +1180,12 @@
|
||||
|
||||
<section id="modals">
|
||||
<div class="page-header">
|
||||
<h1>Modals <small>Rules and conditions for displaying content in popovers.</small></h1>
|
||||
<h1>Modals <small>Rules and conditions for displaying content in dialog boxes</small></h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span4 columns">
|
||||
<h2>Tweet Modal</h2>
|
||||
<p>This is text about a modal that i am making. mark will say change this text. we will change it. It will be changed O_O</p>
|
||||
<h2>Example modal</h2>
|
||||
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it's important that the background context be maintained.</p>
|
||||
</div>
|
||||
<div class="span12 columns">
|
||||
<div class="modal-backdrop" style="position:relative; min-height:200px; padding:40px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; z-index: 1">
|
||||
|
||||
Reference in New Issue
Block a user