browse css minor

This commit is contained in:
Sanj 2011-07-11 00:23:03 +05:30
parent dda2f75c70
commit fd8ce6c2dc

View File

@ -47,15 +47,22 @@ h5 {
text-align: center;
padding: 6px;
margin-bottom: 4px;
color: #393939;
}
.articleItem:hover {
#000000;
}
.selectedArticle {
background-color: #f4f3ba;
border-radius: 8px;
color: #000 !important;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
#linkP {
text-align: center;
}