1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Added a little css magic for the footer.

This commit is contained in:
Jonathan Rosenbaum 2017-07-15 06:04:35 +00:00
parent 57f3a2b9ef
commit c54bd12f16

View File

@ -78,4 +78,20 @@
.yb_standardred {
color: #FF0000;
background-color: #FFFFFF;
}
.footer {
text-align: center;
margin: 20px 0 5px;
font-size: 85%;
color: #999;
}
.footer-line a {
text-decoration: none;
color: #cc3334;
}
.footer-line a:hover {
text-decoration: underline;
}