Commit: 282981dd0208eb15fd7d4c943a72ea27a539b896 Author: Hannes Magnusson <[email protected]> Thu, 9 Apr 2015 12:03:20 -0700 Parents: 38f4dff1fcf18a8ea293836fb71cd6506a21e879 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=282981dd0208eb15fd7d4c943a72ea27a539b896 Log: Style literallayouts a little better See http://php.net/manual/en/language.operators.bitwise.php for exmaple 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 25fb395..1d51494 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1292,7 +1292,8 @@ div.tip p:first-child { margin:0; } .docs .example-contents > [class$="code"], -.docs .example-contents.screen { +.docs .example-contents.screen, +.informalexample .literallayout { padding: .75rem; } diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 189f9f9..8452606 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -315,7 +315,8 @@ div.warning a:focus { /* {{{ Syntax highlighting (and other similar boxes) */ #usernotes .note .text, .example-contents > [class$="code"], -.example-contents.screen { +.example-contents.screen, +.informalexample .literallayout { background-color: #FFF; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); border-radius: 0 0 2px 2px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
