From 6e65f14104029fce947fb865cd39913206ae8f7c Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Mon, 13 Oct 2014 08:20:10 +0530 Subject: #91 Fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s fixed except when nodes have “….” in it. That’s issue #79 which I still haven’t figured out. --- index.html | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ef8c3c1e..03245cd9 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@
- +
diff --git a/style.css b/style.css index 09f3f4ef..0549cd79 100644 --- a/style.css +++ b/style.css @@ -370,8 +370,8 @@ input:focus { } #editname{ - width:150px; - height:20px; + width:inherit; + height:inherit; font-size: 17px; -- cgit v1.3.1