diff --git a/web/css/dottes.css b/web/css/dottes.css index cb8fb1d..0e661a7 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -95,21 +95,31 @@ div.dottes-container margin: 10px; } -div.dottes-container h1 -{ - padding: 0px; -} - div.dottes-transpose-instrument { + display: table; + width: 100%; } -div.dottes-transpose-how +div.dottes-transpose-instrument-item { + display: table-cell; + vertical-align: middle; } -div.dottes-transpose-tunes +div.dottes-transpose-instrument-name { + width: 15%; +} + +div.dottes-transpose-instrument-how +{ + width: 55%; +} + +div.dottes-transpose-tune-types +{ + width: 30%; } a.dottes-tune-link @@ -132,11 +142,12 @@ table.dottes-tune-table td ul.tune-type-list { list-style-type: none; + margin: 0; } ul.tune-type-list li { - display: inline; + display: inline-block; } img.dottes-png diff --git a/web/index.html b/web/index.html index ddd7ff4..f2faeb2 100644 --- a/web/index.html +++ b/web/index.html @@ -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. +

+
+ +