diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-18 18:19:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-18 18:19:12 -0400 |
commit | 929017406651deb50746ba435e5c95e38087b9ed (patch) | |
tree | fb294c31676ae86514a91bd91161cc4e56e929d1 /themes | |
parent | 9b673c2afc815185bad1bc35edaffeff115dd1b3 (diff) | |
download | ikiwiki-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.css | 4 |
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; |