From 7dbb308e2b63670f19e4c75b73d99182ad57dd54 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 24 Sep 2007 20:30:31 +0000 Subject: [PATCH] ActionItem70: "better" visual --- app/views/categories/index.rhtml | 5 ++++- public/stylesheets/common.css | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/categories/index.rhtml b/app/views/categories/index.rhtml index 5a46265..e0de9f2 100644 --- a/app/views/categories/index.rhtml +++ b/app/views/categories/index.rhtml @@ -4,4 +4,7 @@ <%= render :partial => 'category', :collection => @categories %> -<%= link_to _('New category'), :action => 'new' %> +
+ <%= link_to _('New category'), :action => 'new' %> +
+ diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 9057780..89c4f88 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -74,12 +74,12 @@ text-decoration: none !important ; } ul.tree { - margin: 2px; padding-left: 20px; } ul.tree li { list-style: none; + padding: 2px; } ul.tree li div.treeitem:hover { -- libgit2 0.21.2