Commit:    96def8f7cc3ac89ae30fa5b388f48c6d6454fdeb
Author:    Hannes Magnusson <[email protected]>         Fri, 31 Dec 2010 13:52:02 
+0000
Parents:   77af57a5556e307714e072f7b6154d35a05952b1
Branches:  master

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

Log:
Heckofalot simpler rule
# Catches even more *code containers, without breaking random other things it
# seems
# This would be the commit to revert if examples suddenly become weird

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index b881a85..784c670 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -111,16 +111,9 @@ aside#quicktoc {
 
 
 /* {{{ Examples (highlighting is in theme.css) */
-.docs .phpcode,
-.docs div.htmlcode,
-.docs div.inicode,
-.docs div.lscode,
-.docs div.shellcode,
-.docs div.HTTPcode,
-.docs div.apache-confcode,
-.docs pre.synopsis,
-.docs pre.literallayout,
-.docs .screen {
+.docs .cdata pre,
+.docs .example-contents div pre,
+.docs .example-contents div.phpcode {
     border: 1px solid #E2E1D5;
     background-color: #EFEFEF;
     padding: 10px;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to