fix img module footer and align
[ryf-theme.git] / modules / footer / css / footer.css
CommitLineData
a8a2b83e
VSB
1/* Footer */
2
3.footer {
4 color: #FFF;
5 border: none !important;
6}
7.footer a { color: #729fcf; }
8.footer a:hover { color: #FFF; }
9.footer h4 { font-weight: bold; }
2d131b90 10.footer li { list-style: none; line-height: 1.5em; }
a8a2b83e
VSB
11.footer .copyright { font-size: 0.9em; text-align: center; width: 80%; margin-top: 1em; border-top: 1px solid #111; padding: 1em; }
12