Skip to content

Commit

Permalink
ul bg color should not be the same as line bg color if both are wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ihantola committed Jun 5, 2012
1 parent 58d495f commit ace418c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parsons.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
padding-bottom: 10px;
padding-left: 0;
margin-left: 0;
border: 1px solid #efefff;;
}
.sortable-code li {
-moz-border-radius:10px;
Expand All @@ -33,8 +34,8 @@
}

ul.incorrect {
background-color: #FFBABA;
border: 1px solid;
border: 1px solid red;
background-color: #ffefef;
}

ul.correct {
Expand Down

0 comments on commit ace418c

Please sign in to comment.