Mercurial > dottes
changeset 211:9da75d87e93b
Make tune graphic on tune page fill the width of the page.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Mon, 18 Feb 2013 22:06:17 +0000 |
parents | 60549ae995b5 |
children | 9502f4883006 |
files | web/css/dottes.css |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; */ }