Some CSS tweaking.

Make the margins consistent.

Include but comment out style to centre the tune image.
This commit is contained in:
Jim Hague 2013-02-17 10:30:22 +00:00
parent 8a94281be0
commit 3a56f2658a
1 changed files with 11 additions and 6 deletions

View File

@ -20,7 +20,7 @@ h1 {
p p
{ {
background: white; background: white;
margin: 20px; margin: 10px;
} }
div.clear div.clear
@ -40,6 +40,7 @@ div.banner h1
background-image: url('../img/buzzard.jpg'); background-image: url('../img/buzzard.jpg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right center; background-position: right center;
padding: 10px;
} }
div.dottes-body div.dottes-body
@ -62,7 +63,6 @@ div.dottes-body
div.dottes-body h1 div.dottes-body h1
{ {
padding: 10px;
margin: 10px; margin: 10px;
text-align: left; text-align: left;
} }
@ -70,7 +70,7 @@ div.dottes-body h1
div.dottes-container div.dottes-container
{ {
border: 2px solid grey; border: 2px solid grey;
margin: 5px; margin: 10px;
} }
div.dottes-container h1 div.dottes-container h1
@ -97,7 +97,6 @@ a.dottes-tune-link
table.dottes-tune-table table.dottes-tune-table
{ {
padding: 10px;
margin: 10px; margin: 10px;
} }
@ -109,7 +108,6 @@ table.dottes-tune-table td
ul.tune-type-list ul.tune-type-list
{ {
list-style-type: none; list-style-type: none;
margin: 20px;
} }
ul.tune-type-list li ul.tune-type-list li
@ -117,13 +115,20 @@ ul.tune-type-list li
display: inline; display: inline;
} }
img.dottes-png
{
display: block;
/* margin-left: auto; */
/* margin-right: auto; */
}
ul.tune-data-list ul.tune-data-list
{ {
list-style-type: none; list-style-type: none;
margin: 20px;
} }
ul.tune-data-list li ul.tune-data-list li
{ {
display: inline; display: inline;
margin: 10px;
} }