Skip to content

Commit

Permalink
Merge pull request imbrianj#2 from twolfson/patch-1
Browse files Browse the repository at this point in the history
Fieldset legend issue
  • Loading branch information
imbrianj committed Oct 30, 2011
2 parents 5d5cd2d + 93d5523 commit 02f883e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debugCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ol > *:not(li),
ul > *:not(li),
dl > *:not(dt):not(dd):after,
form > *:not(fieldset):after,
fieldset *:not(legend):first-child:after,
fieldset > *:not(legend):first-child:after,
iframe:not([title]):after,
center:after,
u:after,
Expand Down Expand Up @@ -224,7 +224,7 @@ form > *:not(fieldset):after {
content: 'Should you be using a FIELDSET?';
}

fieldset *:not(legend):first-child:after {
fieldset > *:not(legend):first-child:after {
background: #88FF88;
content: 'Should your FIELDSET be using a LEGEND?';
}
Expand Down

0 comments on commit 02f883e

Please sign in to comment.