]> sipb.mit.edu Git - ikiwiki.git/commitdiff
actiontabs: Improve tab padding.
authorJoey Hess <joey@kitenet.net>
Sat, 11 Sep 2010 18:31:34 +0000 (14:31 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 11 Sep 2010 18:31:34 +0000 (14:31 -0400)
debian/changelog
themes/actiontabs/style.css

index bf294b6d460ea63c71cf5f594c9646cfa3ff950d..7138824f9f849184fdf9c5668f29fe5c3261524d 100644 (file)
@@ -15,6 +15,7 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low
   * Pass array of names of files that have been deleted to needsbuild hook
     as second parameter, to allow for plugins that needs access to this
     information earlier than the delete hook.
   * Pass array of names of files that have been deleted to needsbuild hook
     as second parameter, to allow for plugins that needs access to this
     information earlier than the delete hook.
+  * actiontabs: Improve tab padding.
 
  -- Joey Hess <joeyh@debian.org>  Tue, 07 Sep 2010 12:08:05 -0400
 
 
  -- Joey Hess <joeyh@debian.org>  Tue, 07 Sep 2010 12:08:05 -0400
 
index c5925cedd979ddfadde239ef9685a8ac12ba7909..13e9dc1a4d83b81c4d29888f531b9f4ee4bbf58b 100644 (file)
@@ -69,11 +69,11 @@ body {
 
 .pageheader .actions {
        position: absolute;
 
 .pageheader .actions {
        position: absolute;
-       bottom: 5px;
+       bottom: 0;
        right: 2em;
        width: 100%;
        text-align: right;
        right: 2em;
        width: 100%;
        text-align: right;
-       padding: 0;
+       padding: 2px;
 }
 
 #content, #comments, #footer {
 }
 
 #content, #comments, #footer {