mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
This commit is contained in:
commit
5bc455d370
4
bootstrap-1.3.0.css
vendored
4
bootstrap-1.3.0.css
vendored
@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Fri Sep 9 22:48:53 PDT 2011
|
||||
* Date: Sat Sep 10 13:04:12 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).
|
||||
@ -702,7 +702,7 @@ label {
|
||||
text-align: right;
|
||||
color: #404040;
|
||||
}
|
||||
div.input {
|
||||
form .input {
|
||||
margin-left: 150px;
|
||||
}
|
||||
input[type=checkbox], input[type=radio] {
|
||||
|
2
bootstrap-1.3.0.min.css
vendored
2
bootstrap-1.3.0.min.css
vendored
@ -115,7 +115,7 @@ fieldset{margin-bottom:18px;padding-top:18px;}fieldset legend{display:block;padd
|
||||
form .clearfix{margin-bottom:18px;}
|
||||
label,input,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:normal;}
|
||||
label{padding-top:6px;font-size:13px;line-height:18px;float:left;width:130px;text-align:right;color:#404040;}
|
||||
div.input{margin-left:150px;}
|
||||
form .input{margin-left:150px;}
|
||||
input[type=checkbox],input[type=radio]{cursor:pointer;}
|
||||
input,textarea,select,.uneditable-input{display:inline-block;width:210px;height:18px;padding:4px;font-size:13px;line-height:18px;color:#808080;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
||||
input[type=checkbox],input[type=radio]{width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;border:none;}
|
||||
|
@ -455,7 +455,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="span12">
|
||||
<h4>When to use</h4>
|
||||
<h3>When to use</h3>
|
||||
<p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to indicate additional importance or emphasis of a word or phrase relative to its surrounding copy. Use <code><strong></code> for importance and <code><em></code> for <em>stress</em> emphasis.</p>
|
||||
<h3>Emphasis in a paragraph</h3>
|
||||
<p><a href="#">Fusce dapibus</a>, <strong>tellus ac cursus commodo</strong>, <em>tortor mauris condimentum nibh</em>, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
@ -497,7 +497,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="span12">
|
||||
<h4>How to quote</h4>
|
||||
<h3>How to quote</h3>
|
||||
<p>To include a blockquote, wrap <code><blockquote></code> around <code><p></code> and <code><small></code> tags. Use the <code><small></code> element to cite your source and you'll get an em dash <code>&mdash;</code> before it.</p>
|
||||
<blockquote>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
|
||||
|
@ -50,7 +50,7 @@ label {
|
||||
}
|
||||
|
||||
// Shift over the inside div to align all label's relevant content
|
||||
div.input {
|
||||
form .input {
|
||||
margin-left: 150px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user