From 0f74645173cb095b06ff60df3f062924f19f6a5e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 12 Sep 2013 17:50:27 +0100 Subject: [PATCH] Removed unneeded px --- lib/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/files.css b/lib/files.css index 588b129..30775da 100644 --- a/lib/files.css +++ b/lib/files.css @@ -19,5 +19,5 @@ table, caption, tbody, tfoot, thead, tr, th, td { body {margin: 0; overflow: auto} -.lock {position: fixed; display: inline-block; width: 12px; height: 16px; background: url('../images/file-manager-icons.png') -64px -16px no-repeat; right: 0; margin-right: 16px; top: 0px; cursor: pointer} +.lock {position: fixed; display: inline-block; width: 12px; height: 16px; background: url('../images/file-manager-icons.png') -64px -16px no-repeat; right: 0; margin-right: 16px; top: 0; cursor: pointer} .refresh {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -100px -16px no-repeat; right: 0; margin-right: 15px; top: 25px; cursor: pointer} \ No newline at end of file