fixing identing issues addressed by @blueyed

This commit is contained in:
aajjbb 2017-01-09 22:51:27 -02:00
parent 1a577503fb
commit 03368a6ded
1 changed files with 15 additions and 20 deletions

View File

@ -105,9 +105,9 @@ blockquote{
#menu { #menu {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
height: 110px; height: 110px;
} }
#menu ul { #menu ul {
@ -145,13 +145,8 @@ blockquote{
color: gray; color: gray;
} }
#menu li a.current:hover {
}
/**** Content Container ***/ /**** Content Container ***/
#content { #content {
width: 100%; width: 100%;
margin-top:30px; margin-top:30px;
@ -191,7 +186,7 @@ blockquote{
width: 60%; width: 60%;
float:left; float:left;
display: block; display: block;
margin-left: 20%; margin-left: 20%;
display: inline; display: inline;
} }
@ -294,7 +289,7 @@ blockquote{
#donate { #donate {
margin: 1em 0; margin: 1em 0;
text-align: center; text-align: center;
} }
#donate p, #donate div { #donate p, #donate div {
text-align: center; text-align: center;