Commit: 02832cf504e452e5ae1dbfd697d123bea1e68abb Author: Sobak <[email protected]> Sat, 5 Apr 2014 08:09:27 +0200 Parents: ba4ea34f67bf27d40c875bd44fc9c51df73cd2c5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=02832cf504e452e5ae1dbfd697d123bea1e68abb Log: Moved into correct stylesheet Changed paths: M styles/home.css M styles/theme-base.css Diff: diff --git a/styles/home.css b/styles/home.css index fa09432..e316969 100644 --- a/styles/home.css +++ b/styles/home.css @@ -64,7 +64,3 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 p.archive { text-align: right; } - -pre.small { - padding: 0; -} \ No newline at end of file diff --git a/styles/theme-base.css b/styles/theme-base.css index d05e5f2..817553c 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1138,6 +1138,9 @@ fieldset { overflow: auto; font: normal 0.875rem / 1.46 "Source Code Pro", monospace; } +.content-box pre.small { + padding: 0; +} @media (max-width: 465px) { .content-box h3 .release-state { display: none; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
