# HG changeset patch # User Jim Hague # Date 1361291176 0 # Node ID 8e6105d2bf5905e258bbf4dafff30e8d0bddc4c2 # Parent 9502f48830061d1483c0f3cca85b7d79b0ae0ed4 Sort out the tunes and transposition displayed on the front page. diff -r 9502f4883006 -r 8e6105d2bf59 web/css/dottes.css --- a/web/css/dottes.css Mon Feb 18 22:37:46 2013 +0000 +++ b/web/css/dottes.css Tue Feb 19 16:26:16 2013 +0000 @@ -95,21 +95,31 @@ margin: 10px; } -div.dottes-container h1 -{ - padding: 0px; -} - div.dottes-transpose-instrument { + display: table; + width: 100%; +} + +div.dottes-transpose-instrument-item +{ + display: table-cell; + vertical-align: middle; } -div.dottes-transpose-how +div.dottes-transpose-instrument-name { + width: 15%; } -div.dottes-transpose-tunes +div.dottes-transpose-instrument-how { + width: 55%; +} + +div.dottes-transpose-tune-types +{ + width: 30%; } a.dottes-tune-link @@ -132,11 +142,12 @@ ul.tune-type-list { list-style-type: none; + margin: 0; } ul.tune-type-list li { - display: inline; + display: inline-block; } img.dottes-png diff -r 9502f4883006 -r 8e6105d2bf59 web/index.html --- a/web/index.html Mon Feb 18 22:37:46 2013 +0000 +++ b/web/index.html Tue Feb 19 16:26:16 2013 +0000 @@ -34,18 +34,20 @@

The tunes we play tend to vary over time. So this collection is not static, but will change over time. I'll probably not delete tunes, but at some stage may get round to marking some as less used.

-
-
-

Tunes

-
-
-

The tunes are separated into tune collections. -

-
- +
+
+
+

Tunes

+
+
+

The tunes are separated into tune collections. +

+
+ +
@@ -62,19 +64,21 @@ simple method.

I hope you find them useful. -

-
-

Cello

-
-
-

Transpose down one or two octaves depending on the range in the - tune, and use the bass clef. -

-
- +
+
+
+

Cello

+
+
+

Transpose down one or two octaves depending on the range in the + tune, and use the bass clef. +

+
+ +