2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip

This commit is contained in:
Mark Otto
2013-07-23 22:49:13 -07:00
9 changed files with 72 additions and 26 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ legend {
line-height: inherit;
color: @gray-dark;
border: 0;
border-bottom: 1px solid #e5e5e5;
border-bottom: 1px solid @legend-border-color;
}
label {
@@ -344,9 +344,9 @@ select {
font-weight: normal;
line-height: @line-height-base;
text-align: center;
text-shadow: 0 1px 0 #fff;
text-shadow: @input-group-addon-text-shadow;
background-color: @gray-lighter;
border: 1px solid #ccc;
border: 1px solid @input-group-addon-border-color;
border-radius: @border-radius-base;
&.input-small {