Commit: 26f94757ffaad7b2cddf1ff854d7aed3cb46b63b Author: Levi Morrison <[email protected]> Wed, 7 May 2014 21:02:52 -0600 Parents: 0a38599a5d11dea22c80f804b3d7e49365a8929a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=26f94757ffaad7b2cddf1ff854d7aed3cb46b63b Log: Minor add-note.php adjustments Changed paths: M manual/add-note.php M styles/add-note.css Diff: diff --git a/manual/add-note.php b/manual/add-note.php index e9d69bf..f4b796c 100644 --- a/manual/add-note.php +++ b/manual/add-note.php @@ -259,7 +259,7 @@ else { <div class="phpcode"> <code> <span class="html"> - <p>egg bacon sausage spam spam spam spam baked beans spam spam spam and spam</p> + <p>egg bacon sausage spam spam baked beans</p> </span> </code> </div> diff --git a/styles/add-note.css b/styles/add-note.css index 92af686..0c67357 100644 --- a/styles/add-note.css +++ b/styles/add-note.css @@ -15,6 +15,9 @@ #layout-content li { margin-bottom:1.5rem; } +#whatnottoenter li strong{ + display:block; +} @media (min-width:768px) { #email_and_formatting > section, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
