Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-05-14 04:43:04 +0400
committerMark Otto <markotto@twitter.com>2012-05-14 04:43:04 +0400
commita2fb9ed42f4fedbf2045601bedc8dace4d8bbd36 (patch)
tree7741bee713197a6cac72dbfb03fe7a21bd46d1c2 /less
parentc02c3c60c9a50d6e3e71805418fe41148e3d7f45 (diff)
#3449: make legend and form-actions the same border color
Diffstat (limited to 'less')
-rw-r--r--less/forms.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index 61e29b6977..9f95dd64f8 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -27,7 +27,7 @@ legend {
line-height: @baseLineHeight * 2;
color: @grayDark;
border: 0;
- border-bottom: 1px solid #eee;
+ border-bottom: 1px solid #e5e5e5;
// Small
small {
@@ -329,7 +329,7 @@ select:focus:required:invalid {
margin-top: @baseLineHeight;
margin-bottom: @baseLineHeight;
background-color: @formActionsBackground;
- border-top: 1px solid #ddd;
+ border-top: 1px solid #e5e5e5;
.clearfix(); // Adding clearfix to allow for .pull-right button containers
}