Commit e88751e6 by Pavel Yushchenko

fixes footer

parent 420be877
...@@ -35,14 +35,14 @@ html, body { ...@@ -35,14 +35,14 @@ html, body {
} }
.wrapper { .wrapper {
min-height: 100%; min-height: 100%;
margin-bottom: -85px; margin-bottom: -90px;
} }
.wrapper:after { .wrapper:after {
content: ""; content: "";
display: block; display: block;
} }
.footer-short, .wrapper:after { .footer-short, .wrapper:after {
height:85px; height:90px;
} }
.footer-short { .footer-short {
border-top: 1px solid #c4c5c7; border-top: 1px solid #c4c5c7;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment