Skip to content

Commit

Permalink
DS-1756:Wrongly aligned text on mobile theme
Browse files Browse the repository at this point in the history
Removed margin-left: -35px; which pushes "There are no files associated with this item." over to the right. I tested this in firebug.
  • Loading branch information
misilot committed Jan 8, 2014
1 parent 38a7f17 commit 7d64e99
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -172,7 +172,6 @@ table {
clear: both;
width: 100%;
text-align: left;
margin-left: -35px;
padding: 5px;
}

Expand Down

0 comments on commit 7d64e99

Please sign in to comment.