From: Joey Hess Date: Fri, 18 Jun 2010 22:19:12 +0000 (-0400) Subject: less tight positioning X-Git-Tag: 3.20100623~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=929017406651deb50746ba435e5c95e38087b9ed;p=ikiwiki.git less tight positioning the descenders in the tabs were cut off before --- 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;