Mercurial > dottes
diff web/css/dottes.css @ 197:8f352063f277
Finish first version of newly tarted up website.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 17 Feb 2013 00:27:07 +0000 |
parents | 5b4c478142e1 |
children | b3a4f4caddd5 |
line wrap: on
line diff
--- a/web/css/dottes.css Sat Feb 16 23:23:50 2013 +0000 +++ b/web/css/dottes.css Sun Feb 17 00:27:07 2013 +0000 @@ -90,6 +90,17 @@ { } +table.dottes-tune-table +{ + padding: 10px; + margin: 10px; +} + +table.dottes-tune-table td +{ + vertical-align: middle; +} + ul.tune-type-list { list-style-type: none; @@ -100,3 +111,14 @@ { display: inline; } + +ul.tune-data-list +{ + list-style-type: none; + margin: 20px; +} + +ul.tune-data-list li +{ + display: inline; +}