Skip to content

Commit

Permalink
Suggested fix for syntax issue causing compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Buchanan committed Dec 31, 2014
1 parent 26f37cc commit 200e1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/semantic-ui/elements/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ ol.ui.list ol,
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.ui.list .list > .item [class*="top aligned"]i.icon,
.ui.list > .item > [class*="top aligned"]i.icon {
.ui.list .list > .item [class*="top aligned"] i.icon,
.ui.list > .item > [class*="top aligned"] i.icon {
vertical-align: top;
}
.ui.list .list > .item > i.icon:only-child,
Expand Down

0 comments on commit 200e1d7

Please sign in to comment.