Fixed styling for footer
This commit is contained in:
parent
61d5951e88
commit
60039e4300
@ -73,13 +73,18 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
min-height: 100%;
|
|
||||||
width: 800px;
|
width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
margin-bottom: 2em;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: white;
|
color: white;
|
||||||
border-left: 5px solid #000;
|
border-left: 5px solid #000;
|
||||||
border-right: 5px solid #000;
|
border-right: 5px solid #000;
|
||||||
|
border-bottom: 5px solid #000;
|
||||||
|
border-radius: 0px 0px 10px 10px;
|
||||||
|
-moz-border-radius: 0px 0px 10px 10px;
|
||||||
|
-webkit-border-bottom-right-radius: 10px;
|
||||||
|
-webkit-border-bottom-left-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav {
|
#nav {
|
||||||
|
Loading…
Reference in New Issue
Block a user