# HG changeset patch # User Jim Hague # Date 1361575206 0 # Node ID db569ede2165c38bfbb667f9392f83e4fa66bad7 # Parent 0ef955669a9a7372202fb53816f4b5a108267eee Give in to my inner OCD and make the tune list a DIV with CSS, not a table. diff -r 0ef955669a9a -r db569ede2165 dottes.html.footer --- a/dottes.html.footer Fri Feb 22 01:09:37 2013 +0000 +++ b/dottes.html.footer Fri Feb 22 23:20:06 2013 +0000 @@ -1,4 +1,4 @@ - + diff -r 0ef955669a9a -r db569ede2165 dottes.html.header --- a/dottes.html.header Fri Feb 22 01:09:37 2013 +0000 +++ b/dottes.html.header Fri Feb 22 23:20:06 2013 +0000 @@ -37,4 +37,4 @@

The tunes

- +
diff -r 0ef955669a9a -r db569ede2165 dottes.html.tuneindex --- a/dottes.html.tuneindex Fri Feb 22 01:09:37 2013 +0000 +++ b/dottes.html.tuneindex Fri Feb 22 23:20:06 2013 +0000 @@ -1,4 +1,9 @@ -
- - - +
+ +
+ @TITLE@ first line +
+
diff -r 0ef955669a9a -r db569ede2165 web/css/dottes.css --- a/web/css/dottes.css Fri Feb 22 01:09:37 2013 +0000 +++ b/web/css/dottes.css Fri Feb 22 23:20:06 2013 +0000 @@ -126,17 +126,7 @@ { font-size: 20px; position: relative; - top: 10px; -} - -table.dottes-tune-table -{ - margin: 10px; -} - -table.dottes-tune-table td -{ - vertical-align: middle; + top: 12px; } ul.tune-type-list @@ -168,3 +158,26 @@ display: inline; margin: 10px; } + +div.dottes-tune-list +{ + display: table; + margin: 10px; +} + +div.dottes-tune-list-item +{ + display: table-row; +} + +div.dottes-tune-list-item-link +{ + display: table-cell; + vertical-align: middle; +} + +div.dottes-tune-list-item-image +{ + display: table-cell; + vertical-align: middle; +}
@TITLE@@TITLE@ first line