Commit 5e3253eb by Eric Fischer

Merge pull request #879 from edx/efischer/image_fix

Fix for leaderboard image bug
parents f3f55814 0fed989c
......@@ -49,6 +49,9 @@ test/acceptance/xunit-*
.sass-cache/
config.codekit
# Sass maps
*.map
# some mac thing
.DS_Store
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1144,7 +1144,6 @@ $link-hover: $edx-blue-l1 !default; // from our Pattern Library http://ux.edx.or
max-width:100%;
@include margin-right(20px);
margin-bottom: 20px;
@include float(left);
}
.leaderboard__score__title{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment