1
0
mirror of https://github.com/ascribe/wp-theme synced 2025-01-03 10:25:08 +01:00

Oopsy, forgot to compile

This commit is contained in:
vrde 2015-11-09 16:40:58 +01:00
parent 681295f2f7
commit f9d3b522cf
2 changed files with 16 additions and 4 deletions

View File

@ -3211,6 +3211,9 @@ footer .bottom-footer {
line-height: 14px; line-height: 14px;
padding: 20px 0 10px; padding: 20px 0 10px;
} }
footer .bottom-footer .centered-footer {
line-height: 40px;
}
footer .bottom-footer a { footer .bottom-footer a {
color: #1e1e1e; color: #1e1e1e;
font-size: 13px; font-size: 13px;
@ -3232,13 +3235,18 @@ footer .bottom-footer .menu li:nth-of-type(2) {
width: 130px; width: 130px;
} }
footer .bottom-footer .social { footer .bottom-footer .social {
float: right; clear: both;
position: relative; text-align: center;
top: -2px; padding: 10px;
} }
footer .bottom-footer .social li { footer .bottom-footer .social li {
display: inline-block; display: inline-block;
} }
footer .eu-fund {
float: left;
width: 150px;
margin: -15px 10px 0 0;
}
footer .copyright { footer .copyright {
float: left; float: left;
} }
@ -3273,6 +3281,10 @@ footer .button:hover {
footer .bottom-footer .social { footer .bottom-footer .social {
float: none; float: none;
} }
footer .eu-fund {
float: none;
margin: -15px auto 10px auto;
}
footer .copyright { footer .copyright {
float: none; float: none;
margin-bottom: 10px; margin-bottom: 10px;

File diff suppressed because one or more lines are too long