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

moving forms, labels and list-group to variables.less

This commit is contained in:
syed
2013-07-20 13:38:27 +05:00
parent 1683e6767a
commit 330f40c864
4 changed files with 18 additions and 8 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 {
@@ -354,9 +354,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 {