style.css: remove position: absolute on download-buttons

fixes #3813
This commit is contained in:
Benjamin Dauvergne 2013-11-26 10:57:13 +01:00
parent 8c9ee047b2
commit 6dde756176
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ span.hits-first, span.hits-last, span.hits {
#download-buttons {
float: right;
position: absolute;
right: 0px;
margin-top: -20px;
}