Commit: f5b80ca7ed3469ee4a1f0d633bf7e18d025f5726 Author: Levi Morrison <[email protected]> Sun, 6 Apr 2014 09:45:47 -0600 Parents: 9581f21b2cb1831786a26e50f98a79318c25491f Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=f5b80ca7ed3469ee4a1f0d633bf7e18d025f5726 Log: Fixing CSS validation errors. Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index 975b392..3edd781 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -651,7 +651,6 @@ body { .dokuwiki #admin__version { clear: left; float: right; - color: @ini_text_neu; background-color: inherit; } [dir=rtl] .dokuwiki #admin__version { @@ -957,7 +956,7 @@ ul .level1, ul .level2, ul .level3 { } @media (max-width:640px) { #dokuwiki__pagetools ul { - display: hidden; + display: none; } #dokuwiki__site { margin: 0px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
