From 7176edae9b93eb00e7982ec2d9a69f5b28633907 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 13 Apr 2009 22:39:14 +0200 Subject: little layout fix --- app/views/nodes/index.html.erb | 2 -- public/stylesheets/admin.css | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index b29b65d..5ffb0e5 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb @@ -4,7 +4,6 @@

Nodes

<%= will_paginate @nodes %> -

@@ -35,6 +34,5 @@ <% end %>
ID
-

<%= will_paginate @nodes %> diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index c10205d..c3030d6 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -26,7 +26,8 @@ th { /* Pagination */ div.pagination { - letter-spacing: 1px; + padding-top: 5px; + padding-bottom: 15px; } div.pagination span.current, div.pagination a:hover { -- cgit v1.3