I2PSnark: Main torrent table tidyups and tweaks.

This commit is contained in:
z3d
2010-11-11 01:33:56 +00:00
parent 903d27ec0d
commit 0f63158f50
2 changed files with 20 additions and 3 deletions

View File

@@ -531,12 +531,29 @@ img {
line-height: 100%;
}
img: hover {
img:hover {
border: none;
opacity: 0.5;
opacity: 1;
line-height: 100%;
}
.infoz {
margin: 0 -1px 0 0 !important;
padding: 0 !important;
lineheight: 100%;
float: left;
}
.infoz img {
border: none;
opacity: 0.5 !important;
}
.infoz img:hover {
opacity: 1 !important;
}
div.section,div.mainsection {
margin: 0 0 10px 0;
padding: 10px;