From 81a814c375ede137c15f82dcbe82647612328b76 Mon Sep 17 00:00:00 2001 From: ganomi Date: Sun, 7 Dec 2014 20:57:38 +0100 Subject: [PATCH] Make it look like FileApp -> No Border --- css/bookmarks.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/bookmarks.css b/css/bookmarks.css index 0f75b98e..3c9d593b 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -26,12 +26,7 @@ input.disabled, input.disabled:hover, input.disabled:focus { overflow: auto; -moz-box-sizing: border-box; box-sizing: border-box; - padding: 2em; - /* width: 100%; */ height: 100%; - /* position: fixed; */ - left: 336px; - right:0; } #add_form {