Commit:    f260e4068bac93e31979a38fc52369673fd0dd28
Author:    Levi Morrison <[email protected]>         Sun, 20 Apr 2014 23:24:51 -0600
Parents:   fbf86780b4dd88fd5ec013ddb6a1149b3edeb78e
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=f260e4068bac93e31979a38fc52369673fd0dd28

Log:
Give page tools a bit more breathing room.

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index b3bd957..6d8b4b8 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -205,7 +205,7 @@ body {
 }
 #dokuwiki__pagetools {
   position: absolute;
-  right: -40px;
+  right: -44px;
   /* on same vertical level as first headline, because .page has 2em padding */
   top: 0;
   width: 40px;
@@ -928,7 +928,7 @@ div.code pre.codeShown {
        margin: 0;
 }
 #dokuwiki__site {
-       margin: 0 40px 0 1.5rem;
+       margin: 0 3rem 0 1.5rem;
 }
 #dokuwiki__site > .site {
        padding: 0;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to