From d1c4ec0c591916a04976dc807f4d00a42263edd0 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Mon, 18 Feb 2013 22:06:17 +0000 Subject: [PATCH] Make tune graphic on tune page fill the width of the page. --- web/css/dottes.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/css/dottes.css b/web/css/dottes.css index 8ac8394..cb8fb1d 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -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; */ }