theme, plugins und config für die Webseite der Baptisten Hohenacker https://baptisten-hohenacker.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
751 B

/*footer stuff*/
.
#footer
{
background-color: #F5F5F5;
border-top: 1px solid #E3E3E3;
padding-top: 20px;
min-height: 150px;
}
#footer h1, #footer h2, #footer h3, #footer p, #footer a, #footer em, #footer i
{
color: #8b8b8b;
line-height: normal;
}
#footer a
{
line-height: normal;
}
#footer a:hover
{
color: #444;
text-decoration: none;
}
#footer ul
{
list-style-type: none;
display: inline;
margin: 0px;
line-height: normal;
}
#footer ul li
{
display: inline-block;
margin: 0px 0px 15px 0px;
line-height: normal;
}
#footer ul li a
{
margin-right: 25px;
padding: 0px;
display: inline-block;
}