Commit: 087370c3e097a3a58f28995b7a67eceb02a5e9ab Author: Levi Morrison <[email protected]> Thu, 10 Nov 2016 11:07:40 -0700 Parents: 0fd69e90a84f1e9e12fba3b272b9b19ae65e967b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=087370c3e097a3a58f28995b7a67eceb02a5e9ab Log: Revert "Fixes morrisonlevi/web-php#1" This reverts commit 0fd69e90a84f1e9e12fba3b272b9b19ae65e967b. Bugs: https://bugs.php.net/1 Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 2599c8d..3543a77 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -402,7 +402,30 @@ hr { } .page-tools { - text-align: right; + text-align: center; +} + +@media (min-width:650px){ + .page-tools { + float: right; + text-align: right; + position: relative; + z-index: 10; + } +} + +@media (min-width:768px){ + .page-tools { + float:none; + text-align:center; + } +} + +@media (min-width:886px){ + .page-tools { + float:right; + text-align:right; + } } .page-tools #changelang-langs, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
