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