fixing identing issues addressed by @blueyed
This commit is contained in:
parent
1a577503fb
commit
03368a6ded
15
local.css
15
local.css
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue