From 41a10eb0b055467b2677295442480e40dfe3d277 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Sat, 11 Sep 2010 14:31:34 -0400
Subject: [PATCH] actiontabs: Improve tab padding.

---
 debian/changelog            | 1 +
 themes/actiontabs/style.css | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf294b6d4..7138824f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low
   * Pass array of names of files that have been deleted to needsbuild hook
     as second parameter, to allow for plugins that needs access to this
     information earlier than the delete hook.
+  * actiontabs: Improve tab padding.
 
  -- Joey Hess <joeyh@debian.org>  Tue, 07 Sep 2010 12:08:05 -0400
 
diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css
index c5925cedd..13e9dc1a4 100644
--- a/themes/actiontabs/style.css
+++ b/themes/actiontabs/style.css
@@ -69,11 +69,11 @@ body {
 
 .pageheader .actions {
 	position: absolute;
-	bottom: 5px;
+	bottom: 0;
 	right: 2em;
 	width: 100%;
 	text-align: right;
-	padding: 0;
+	padding: 2px;
 }
 
 #content, #comments, #footer {
-- 
2.39.5