fix footer
This commit is contained in:
parent
47d26ddfb1
commit
b4e8fe8aa8
1 changed files with 6 additions and 4 deletions
|
@ -170,6 +170,10 @@ nav li a:visited {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin: 5px 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #555;
|
color: #555;
|
||||||
|
@ -178,10 +182,8 @@ footer {
|
||||||
clear: both;
|
clear: both;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: 20px;
|
padding: 0 20px 0;
|
||||||
padding-top: 0px;
|
margin: 0 0 5px;
|
||||||
padding-bottom: 5px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul {
|
footer ul {
|
||||||
|
|
Loading…
Reference in a new issue