Commit: 418a39160d1064b5d132095426230338521b37dd Author: Levi Morrison <le...@php.net> Thu, 10 Nov 2016 11:09:08 -0700 Parents: 087370c3e097a3a58f28995b7a67eceb02a5e9ab Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=418a39160d1064b5d132095426230338521b37dd Log: Fixes morrisonlevi/web-php#7 Bugs: https://bugs.php.net/7 Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 3543a77..2599c8d 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -402,30 +402,7 @@ hr { } .page-tools { - 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; - } + 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