From abd7bfc931b02f1cbbceef1b0ec5eddd161148f2 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 24 Mar 2014 03:03:54 +0000 Subject: [PATCH] Hover effect on download links --- i2p2www/static/styles/duck/desktop.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css index f7869a8d..83ac01c7 100644 --- a/i2p2www/static/styles/duck/desktop.css +++ b/i2p2www/static/styles/duck/desktop.css @@ -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; }