comparison web/css/dottes.css @ 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 8e6105d2bf59
comparison
equal deleted inserted replaced
210:60549ae995b5 211:9da75d87e93b
140 } 140 }
141 141
142 img.dottes-png 142 img.dottes-png
143 { 143 {
144 display: block; 144 display: block;
145 /* margin-left: auto; */ 145 width: 100%; /* Make image fill width */
146 /* margin-left: auto; /* Centre image */
146 /* margin-right: auto; */ 147 /* margin-right: auto; */
147 } 148 }
148 149
149 ul.tune-data-list 150 ul.tune-data-list
150 { 151 {