Skip to content

Commit

Permalink
twbs#3449: make legend and form-actions the same border color
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 14, 2012
1 parent c02c3c6 commit a2fb9ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ em {

abbr[title] {
cursor: help;
border-bottom: 1px dotted #ddd;
border-bottom: 1px dotted #999999;
}

abbr.initialism {
Expand Down Expand Up @@ -740,7 +740,7 @@ legend {
line-height: 36px;
color: #333333;
border: 0;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #e5e5e5;
}

legend small {
Expand Down Expand Up @@ -1190,7 +1190,7 @@ select:focus:required:invalid:focus {
margin-top: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-top: 1px solid #e5e5e5;
*zoom: 1;
}

Expand Down
4 changes: 2 additions & 2 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit a2fb9ed

Please sign in to comment.