From 704d002850d995e677bd550c774d9c950f8e7e9c Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 27 Apr 2009 11:19:35 +0200 Subject: tiny style fix --- app/views/revisions/show.html.erb | 2 +- public/stylesheets/admin.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/revisions/show.html.erb b/app/views/revisions/show.html.erb index 3e7ce09..63a75ec 100644 --- a/app/views/revisions/show.html.erb +++ b/app/views/revisions/show.html.erb @@ -24,7 +24,7 @@ <%= page.updated_at %> <% end %> - + <%= submit_tag 'Diff revisions' %> diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index cd95c04..513a443 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -163,6 +163,10 @@ table#revisions tr.header:hover { background-color: #ffffff; } +table#revisions tr.no_hover:hover { + background-color: #ffffff; +} + table#revisions tr:hover { background-color: #f1f1f1; } -- cgit v1.3