Commit: 0564bc9d0d3e5f08d53342211bb54e950cc8a185 Author: Levi Morrison <[email protected]> Fri, 4 Apr 2014 12:37:04 -0600 Parents: 7cb664bbb1e5ca2d324de521872adeb6c61efaf8 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=0564bc9d0d3e5f08d53342211bb54e950cc8a185 Log: Undoing the vertical-scaling experiment. Adjusting the max-width to compensate. Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index 860a23b..91001d9 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -326,7 +326,7 @@ th { @media (min-width: 1020px) { .fullscreen { - max-width: 80rem; + max-width: 85rem; margin: 0 auto; } .mainscreen { @@ -354,16 +354,6 @@ th { margin: 0; } } -@media (min-width:1920px) { - html { - font-size:112.5%; - } -} -@media (min-width:2560px) { - html { - font-size:125%; - } -} /* }}} */ /* vim: set expandtab shiftwidth=2 softtabstop=2 tabstop=2 fdm=marker : */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
