From 3a56f2658afe91710c01af923d3f3d715a73eab8 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sun, 17 Feb 2013 10:30:22 +0000 Subject: [PATCH] Some CSS tweaking. Make the margins consistent. Include but comment out style to centre the tune image. --- web/css/dottes.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/web/css/dottes.css b/web/css/dottes.css index 9097569..df7e9a3 100644 --- a/web/css/dottes.css +++ b/web/css/dottes.css @@ -20,7 +20,7 @@ h1 { p { background: white; - margin: 20px; + margin: 10px; } div.clear @@ -40,6 +40,7 @@ div.banner h1 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 div.dottes-body h1 { - padding: 10px; margin: 10px; text-align: left; } @@ -70,7 +70,7 @@ div.dottes-body h1 div.dottes-container { border: 2px solid grey; - margin: 5px; + margin: 10px; } div.dottes-container h1 @@ -97,7 +97,6 @@ a.dottes-tune-link table.dottes-tune-table { - padding: 10px; margin: 10px; } @@ -109,7 +108,6 @@ table.dottes-tune-table td ul.tune-type-list { list-style-type: none; - margin: 20px; } ul.tune-type-list li @@ -117,13 +115,20 @@ ul.tune-type-list li 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; }