fix latest link color

This commit is contained in:
benoitc 2012-11-06 06:06:20 +01:00
parent 88fd29db2f
commit 23f66c2389

View File

@ -292,12 +292,14 @@ a:hover {
margin: 0 0 9px;
}
.tab-box a {
.tab-box a,
.latest a {
color: #3F3F27;
text-decoration: underline;
}
.tab-box a:hover {
.tab-box a:hover,
.latest a:hover {
color: #1D692D;
}