2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remake with latest

This commit is contained in:
Jacob Thornton
2011-08-21 20:43:05 -07:00
parent 2f6f9ec6e0
commit 6fff171b55
2 changed files with 21 additions and 3 deletions
+18 -1
View File
@@ -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: Sun Aug 21 20:33:21 PDT 2011
* Date: Sun Aug 21 20:43:00 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).
@@ -660,6 +660,12 @@ form fieldset legend {
margin-left: 150px;
font-size: 20px;
line-height: 1;
*margin: 0 0 5px 145px;
/* IE6-7 */
*line-height: 1.5;
/* IE6-7 */
color: #404040;
}
form .clearfix {
@@ -846,6 +852,12 @@ form input[readonly]:focus, form textarea[readonly]:focus, form input.disabled {
}
.help-inline {
padding-left: 5px;
*position: relative;
/* IE6-7 */
*top: -5px;
/* IE6-7 */
}
.help-block {
display: block;
@@ -894,6 +906,11 @@ form input[readonly]:focus, form textarea[readonly]:focus, form input.disabled {
background: #a9dba9;
border-color: #46a546;
}
.input-prepend .add-on {
*margin-top: 1px;
/* IE6-7 */
}
.input-append input[type=text] {
float: left;
-webkit-border-radius: 3px 0 0 3px;