From 929017406651deb50746ba435e5c95e38087b9ed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Jun 2010 18:19:12 -0400 Subject: [PATCH] less tight positioning the descenders in the tabs were cut off before --- themes/actiontabs/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/actiontabs/style.css b/themes/actiontabs/style.css index 261e95fa0..c5925cedd 100644 --- a/themes/actiontabs/style.css +++ b/themes/actiontabs/style.css @@ -63,13 +63,13 @@ body { #searchform { position: absolute; - top: 1em; + top: 0.5em; right: 2em; } .pageheader .actions { position: absolute; - bottom: 0; + bottom: 5px; right: 2em; width: 100%; text-align: right; -- 2.32.0.93.g670b81a890