Minor CSS fixes.
This commit is contained in:
parent
00d7e1da4a
commit
1522c3c14d
|
@ -7,6 +7,11 @@ margin:0px;
|
||||||
background-color:lightgray;
|
background-color:lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body
|
||||||
|
{
|
||||||
|
margin-top:0px;
|
||||||
|
}
|
||||||
|
|
||||||
.container
|
.container
|
||||||
{
|
{
|
||||||
margin:auto;
|
margin:auto;
|
||||||
|
@ -47,6 +52,7 @@ height:64px;
|
||||||
{
|
{
|
||||||
float:right;
|
float:right;
|
||||||
height:64px;
|
height:64px;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footright
|
.footright
|
||||||
|
@ -88,6 +94,7 @@ line-height: 100%;
|
||||||
.clearer
|
.clearer
|
||||||
{
|
{
|
||||||
clear:both;
|
clear:both;
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entries
|
.entries
|
||||||
|
|
Loading…
Reference in a new issue