diff --git a/HISTORY.md b/HISTORY.md index abbb364..a4d3104 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +unreleased +========== + + * Fix icon name background alignment on mobile view + 1.5.1 / 2014-11-22 ================== diff --git a/public/style.css b/public/style.css index 0709908..eb99dc9 100644 --- a/public/style.css +++ b/public/style.css @@ -249,7 +249,7 @@ ul#files.view-details li.header { display: inline-block; width: 100%; text-indent: 0; - background-position: 0 0; + background-position: 0 50%; } #files .icon .name { text-indent: 41px;