Make tune graphic on tune page fill the width of the page.

This commit is contained in:
Jim Hague 2013-02-18 22:06:17 +00:00
parent 0fab9dbdc4
commit d1c4ec0c59
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ ul.tune-type-list li
img.dottes-png
{
display: block;
/* margin-left: auto; */
width: 100%; /* Make image fill width */
/* margin-left: auto; /* Centre image */
/* margin-right: auto; */
}