Skip to content

Commit

Permalink
Edits to address feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclynperrone committed Jun 23, 2015
1 parent 073e5b1 commit ee7e7c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cycledash/static/scss/examine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ a, a:hover {
border-left: 1px solid $color-border-light;
border-right: 1px solid $color-border-light;
padding: 1em;
background-color: lighten($color-bg-expanded, 1%);
background-color: $color-white-smoke;
}
.variant-info {
.comments:last-of-type {
Expand Down Expand Up @@ -472,8 +472,8 @@ a, a:hover {
.query-status.bad:before {
content: "×";
position: relative;
left: 3px;
bottom: 11px;
left: -1px;
bottom: 9px;
font-size: 1.5em;
color: $color-white;
}
Expand Down

0 comments on commit ee7e7c9

Please sign in to comment.