Some CSS tweaking.
Make the margins consistent. Include but comment out style to centre the tune image.
This commit is contained in:
parent
8a94281be0
commit
3a56f2658a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue