From a454bf9af3464c8ee3d51145aed8d9cc9247a1fd Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 16 Apr 2014 18:22:27 +0200 Subject: [PATCH] Add border-radius, remove border-bottom --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 968037c0..700d5b0f 100755 --- a/css/style.css +++ b/css/style.css @@ -73,6 +73,7 @@ width: 32px; } .document a { + border-radius: 5px; display: block; position: relative; height: 200px; @@ -83,7 +84,6 @@ } .document label { background: lightgray; - border-bottom: 1px solid grey; opacity: 0.6; position: absolute; bottom: 0px;