From 4fdcfe8a86c77d665d42a5d43ac8665ec27c97db Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 24 Jul 2015 01:42:45 -0400
Subject: [PATCH] remove old commented code

---
 pd/nw/css/default.css | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index a49c1d68f..6f447554f 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -58,20 +58,13 @@
 }
 
 #new_object_textentry {
-/*    left: 65px; */
-/*    top: 4px;   */
-/*    max-width: 10ch; */
+    /* max-width: 10ch; */
     min-width: 3ch;
     position: absolute;
     display: table-cell;
     padding: 3px 2px 3px 2px;
-/*    outline: 0px solid transparent; */
-/*    border: 1px solid red; */
-/*    box-shadow: inset 1px 0px 0px 1px #000; */
+    /* box-shadow: inset 1px 0px 0px 1px #000; */
     background-color: white;
-/*    opacity: 0.5; */
-/*    font-family: Verdana; */
-/*    font-size: 20px; */
     white-space: normal;
     word-wrap: break-word;
     -webkit-margin-before: 0px;
@@ -83,7 +76,6 @@
 
 #new_object_textentry.msg {
     outline: 0px solid transparent;
-/*    box-shadow: inset 1px 0px 0px 1px #000; */
     background-image: url(../msg-box.svg);
 }
 
@@ -110,7 +102,7 @@ text {
     stroke-width: 1;
 }
 
-/* a message when it flashes on a mouse-click */
+/* state of msg box when clicking it */
 .msg.flashed .border {
     stroke-width: 4;
 }
-- 
GitLab