mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge branch '2.1.0-wip' of https://github.com/tobz/bootstrap into tobz-2.1.0-wip
This commit is contained in:
commit
f9deb8017a
3 changed files with 4 additions and 3 deletions
|
@ -967,7 +967,7 @@ For example, <code>section</code> should be wrapped as inline.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3>Textarea</h3>
|
<h3>Textarea</h3>
|
||||||
<p>Form control which supports multiple lines of text. Change <code>row</code> attribute as necessary.</p>
|
<p>Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.</p>
|
||||||
<form class="bs-docs-example form-inline">
|
<form class="bs-docs-example form-inline">
|
||||||
<textarea rows="3"></textarea>
|
<textarea rows="3"></textarea>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
.border-radius(5px);
|
.border-radius(5px);
|
||||||
}
|
}
|
||||||
.btn-large [class^="icon-"] {
|
.btn-large [class^="icon-"] {
|
||||||
margin-top: 1px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Small
|
// Small
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
line-height: @baseLineHeight - 2px;
|
line-height: @baseLineHeight - 2px;
|
||||||
}
|
}
|
||||||
.btn-small [class^="icon-"] {
|
.btn-small [class^="icon-"] {
|
||||||
margin-top: -1px;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mini
|
// Mini
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
background-image: url("@{iconSpritePath}");
|
background-image: url("@{iconSpritePath}");
|
||||||
background-position: 14px 14px;
|
background-position: 14px 14px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* White icons with optional class, or on hover/active states of certain elements */
|
/* White icons with optional class, or on hover/active states of certain elements */
|
||||||
|
|
Loading…
Add table
Reference in a new issue