# HG changeset patch # User Jim Hague # Date 1361097022 0 # Node ID 28060949020dff52e9dd4dfc629eb980c3571819 # Parent 540511b14c73a6e8dc681b36cf02b93f40e14efe Some CSS tweaking. Make the margins consistent. Include but comment out style to centre the tune image. diff -r 540511b14c73 -r 28060949020d web/css/dottes.css --- a/web/css/dottes.css Sun Feb 17 01:29:44 2013 +0000 +++ b/web/css/dottes.css Sun Feb 17 10:30:22 2013 +0000 @@ -20,7 +20,7 @@ p { background: white; - margin: 20px; + margin: 10px; } div.clear @@ -40,6 +40,7 @@ background-image: url('../img/buzzard.jpg'); background-repeat: no-repeat; background-position: right center; + padding: 10px; } div.dottes-body @@ -62,7 +63,6 @@ div.dottes-body h1 { - padding: 10px; margin: 10px; text-align: left; } @@ -70,7 +70,7 @@ div.dottes-container { border: 2px solid grey; - margin: 5px; + margin: 10px; } div.dottes-container h1 @@ -97,7 +97,6 @@ table.dottes-tune-table { - padding: 10px; margin: 10px; } @@ -109,7 +108,6 @@ ul.tune-type-list { list-style-type: none; - margin: 20px; } ul.tune-type-list li @@ -117,13 +115,20 @@ display: inline; } +img.dottes-png +{ + display: block; + /* margin-left: auto; */ + /* margin-right: auto; */ +} + ul.tune-data-list { list-style-type: none; - margin: 20px; } ul.tune-data-list li { display: inline; + margin: 10px; }