Commit: 06da0e4e8a14c0192282b1d8af3120ea86a81c6e Author: Levi Morrison <[email protected]> Wed, 9 Apr 2014 10:50:45 -0600 Parents: f7b50cd015ac068577794d0f668e29f4a52c45f5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=06da0e4e8a14c0192282b1d8af3120ea86a81c6e Log: Fixed Note boxes to match others Changed paths: M styles/theme-base.css M styles/theme-medium.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 1bc7c96..960daaa 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1213,6 +1213,9 @@ blockquote.note { overflow: hidden } +blockquote.note strong.note { + font-size: 1.125rem; +} div.tip strong.tip, div.warning strong.warning, div.caution strong.caution { diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 5aa3b3b..9e8d0bd 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -154,10 +154,10 @@ div.warning { border-color: #EABFBF; } -div.tip, .refsect1 .dc-description, .docs .sect1 .dc-description, -.refsect1 blockquote.note, +div.tip, +blockquote.note, div.caution, div.warning { box-shadow:inset 0 0 0 1px rgba(0,0,0,.1); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
