From 46e4581fc0e8fe72485b4a63a2382fe5b6f2d33c Mon Sep 17 00:00:00 2001 From: Steven vanZyl Date: Thu, 29 Dec 2016 10:35:02 -0500 Subject: [PATCH] make 'New Note' text visible This is much cleaner and clearer to the user. --- css/notes.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/notes.css b/css/notes.css index 57dbbb48..d919a7c1 100644 --- a/css/notes.css +++ b/css/notes.css @@ -9,7 +9,6 @@ } #app-navigation #note-add span { - display: none; font-weight: bold; padding-left: 2px; }