From 56204887274cf8b8432d8834bd9b858965e09e1b Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Sun, 6 Nov 2011 15:34:16 -0800 Subject: [PATCH] [#263] Removed and tweaks the design based on feedback --- app/views/context_menus/issues.html.erb | 5 ----- app/views/issues/_list.rhtml | 4 ++-- app/views/issues/_relations.rhtml | 3 --- app/views/issues/show.rhtml | 9 +++++---- app/views/projects/index.rhtml | 6 ++++-- app/views/versions/index.html.erb | 5 +++++ public/images/pencil.png.oxygen | Bin 613 -> 0 bytes public/javascripts/DD_belatedPNG.min.js | 13 ------------- public/stylesheets/application.css | 2 +- 9 files changed, 17 insertions(+), 30 deletions(-) delete mode 100644 public/images/pencil.png.oxygen delete mode 100755 public/javascripts/DD_belatedPNG.min.js diff --git a/app/views/context_menus/issues.html.erb b/app/views/context_menus/issues.html.erb index 1abfb2c39f..eebfbe8ec0 100644 --- a/app/views/context_menus/issues.html.erb +++ b/app/views/context_menus/issues.html.erb @@ -1,7 +1,3 @@ -<%# Added: classes to the li %> -<%# Added: classes to the a %> -<%# Added: div for submenu icons %> -<%# Removed: icon-* on links %>