1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

#3449: make legend and form-actions the same border color

This commit is contained in:
Mark Otto
2012-05-13 17:43:04 -07:00
parent c02c3c60c9
commit a2fb9ed42f
2 changed files with 5 additions and 5 deletions

View File

@@ -603,7 +603,7 @@ em {
abbr[title] {
cursor: help;
border-bottom: 1px dotted #ddd;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
@@ -740,7 +740,7 @@ legend {
line-height: 36px;
color: #333333;
border: 0;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #e5e5e5;
}
legend small {
@@ -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;
}