Mercurial > dottes
comparison web/css/dottes.css @ 355:b233893b4c51
Add date of last change to bottom of web tune page.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Mon, 19 Aug 2013 09:59:46 +0100 |
parents | 27f29e8aafea |
children | e5f59f0e7dd5 |
comparison
equal
deleted
inserted
replaced
354:073c4022efb1 | 355:b233893b4c51 |
---|---|
168 display: table-cell; | 168 display: table-cell; |
169 text-align: right; | 169 text-align: right; |
170 width: 25%; | 170 width: 25%; |
171 } | 171 } |
172 | 172 |
173 div.dottes-tune-footer | |
174 { | |
175 display: table; | |
176 width: 100%; | |
177 } | |
178 | |
179 div.dottes-tune-footer-row | |
180 { | |
181 display: table-row; | |
182 } | |
183 | |
184 div.dottes-tune-footer-left | |
185 { | |
186 display: table-cell; | |
187 width: 50%; | |
188 } | |
189 | |
190 div.dottes-tune-footer-right | |
191 { | |
192 display: table-cell; | |
193 text-align: right; | |
194 width: 50%; | |
195 } | |
196 | |
173 a.dottes-tune-link | 197 a.dottes-tune-link |
174 { | 198 { |
175 font-size: 20px; | 199 font-size: 20px; |
176 position: relative; | 200 position: relative; |
177 top: 12px; | 201 top: 12px; |