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

update to use latest version of bootstrap, docs cleanup, etc

This commit is contained in:
Mark Otto
2011-06-27 16:47:12 -07:00
parent b9e28e48a8
commit dd769f9a6e
14 changed files with 600 additions and 347 deletions
+5 -5
View File
@@ -18,7 +18,7 @@ form {
margin-left: 150px;
font-size: 20px;
line-height: 1;
color: @gray-dark;
color: @grayDark;
}
}
// Parent element that clears floats and wraps labels and fields together
@@ -27,7 +27,7 @@ form {
}
// Set font for forms
label, input, select, textarea {
.sans-serif(normal,13px,normal);
#font > .sans-serif(normal,13px,normal);
}
// Float labels left
label {
@@ -177,7 +177,7 @@ div.actions {
.help-block {
font-size: 12px;
line-height: @baseline;
color: @gray-light;
color: @grayLight;
}
.help-inline {
padding-left: 5px;
@@ -196,7 +196,7 @@ div.actions {
margin-bottom: 0;
font-size: 12px;
line-height: @baseline;
color: @gray-light;
color: @grayLight;
}
ol {
margin-bottom: 10px;
@@ -234,7 +234,7 @@ div.input-append {
width: auto;
min-width: 16px;
padding: 5px 4px 5px 5px;
color: @gray-light;
color: @grayLight;
font-weight: normal;
line-height: 18px;
height: 18px;