aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-11 14:31:34 -0400
committerJoey Hess <joey@kitenet.net>2010-09-11 14:31:34 -0400
commit41a10eb0b055467b2677295442480e40dfe3d277 (patch)
tree7cc51e738788681ffa21ed7054000fff4bed1e2e /themes
parent0ef8c10fe4a025ad13a8e5e1d3a4569489455ec4 (diff)
downloadikiwiki-41a10eb0b055467b2677295442480e40dfe3d277.tar
ikiwiki-41a10eb0b055467b2677295442480e40dfe3d277.tar.gz
actiontabs: Improve tab padding.
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 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 {