forked from I2P_Developers/i2p.www
Hover effect on download links
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user