Commit: 4035a56002878b8f40bcccb0341388fe7442d277 Author: Hannes Magnusson <[email protected]> Wed, 18 Dec 2013 14:56:44 -0800 Parents: 772adf01abda4f8c67c77fa2dfe6a54ebd623530 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=4035a56002878b8f40bcccb0341388fe7442d277 Log: Kill pagetools on smartphones, and move our modifications to the bottom Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index b495ab2..aed1121 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -3,10 +3,6 @@ * * @author Anika Henke <[email protected]> */ -.editbutton_section -{ - display: none; -} body { margin: 0 auto; } @@ -190,7 +186,7 @@ a:link, a:visited { position: absolute; right: -40px; /* on same vertical level as first headline, because .page has 2em padding */ - top: 3em; + top: 0; width: 40px; } #dokuwiki__pagetools h3 { @@ -916,3 +912,15 @@ div.code pre.codeShown { */ /* _EoF_ */ + +/* Random php.net mods */ + +.editbutton_section +{ + display: none; +} +@media (max-width:640px) { + #dokuwiki__pagetools ul { + display: hidden; + } +} -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
