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:
parent
57f3a2b9ef
commit
c54bd12f16
@ -78,4 +78,20 @@
|
|||||||
.yb_standardred {
|
.yb_standardred {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
background-color: #FFFFFF;
|
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;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user