Commit:    cda2b3716cbfe7db60ab2953ed0c5dc3f7bb8304
Author:    Hannes Magnusson <[email protected]>         Thu, 9 Apr 2015 12:03:20 
-0700
Parents:   56796b06a409037b562b8d457caf996492e2286a
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=cda2b3716cbfe7db60ab2953ed0c5dc3f7bb8304

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

Reply via email to