Hover effect on download links

This commit is contained in:
str4d
2014-03-24 03:03:54 +00:00
parent dcf1a32cea
commit abd7bfc931

View File

@@ -228,28 +228,26 @@ div#content .inner > .title {
.package {
overflow: hidden;
}
.package .os {
float: left;
width: 20%;
}
.package .details {
float: right;
width: 80%;
}
.file {
float: left;
width: 40%;
}
.file > a:hover {
box-shadow: -1px -1px 1px 1px rgb(51, 51, 51);
}
.details .hash {
float: right;
overflow: auto;
width: 50%;
}
.details > p, .details > ol {
clear: both;
}