aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-18 18:19:12 -0400
committerJoey Hess <joey@kitenet.net>2010-06-18 18:19:12 -0400
commit929017406651deb50746ba435e5c95e38087b9ed (patch)
treefb294c31676ae86514a91bd91161cc4e56e929d1 /themes
parent9b673c2afc815185bad1bc35edaffeff115dd1b3 (diff)
downloadikiwiki-929017406651deb50746ba435e5c95e38087b9ed.tar
ikiwiki-929017406651deb50746ba435e5c95e38087b9ed.tar.gz
less tight positioning
the descenders in the tabs were cut off before
Diffstat (limited to 'themes')
-rw-r--r--themes/actiontabs/style.css4
1 files 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;