commit
8306956867
|
@ -485,10 +485,30 @@ footer {
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .content li { list-style: none; }
|
footer h3 {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer .content li {
|
||||||
|
list-style: none;
|
||||||
|
margin-bottom: 11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer .content li a {
|
||||||
|
margin-left: 4px;
|
||||||
|
color: #000;
|
||||||
|
font-size: 16px;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
#copyright {
|
#copyright {
|
||||||
text-align: center;
|
width: 75%;
|
||||||
|
margin: 15px auto 0;
|
||||||
|
padding-top: 40px;
|
||||||
|
border-top: 1px solid #999;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sub navigation */
|
/* Sub navigation */
|
||||||
|
|
Loading…
Reference in New Issue