# HG changeset patch # User Jim Hague # Date 1361225177 0 # Node ID 9da75d87e93b7934aa5ce0bfd90c0a926164cf25 # Parent 60549ae995b5a05c51dc8d96997f0289eca5cea6 Make tune graphic on tune page fill the width of the page. diff -r 60549ae995b5 -r 9da75d87e93b web/css/dottes.css --- a/web/css/dottes.css Mon Feb 18 22:05:56 2013 +0000 +++ b/web/css/dottes.css Mon Feb 18 22:06:17 2013 +0000 @@ -142,7 +142,8 @@ img.dottes-png { display: block; - /* margin-left: auto; */ + width: 100%; /* Make image fill width */ + /* margin-left: auto; /* Centre image */ /* margin-right: auto; */ }