svn: /web/php/trunk/styles/ doc.css
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
bjori Fri, 31 Dec 2010 13:52:02 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306922
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:
U web/php/trunk/styles/doc.css
Modified: web/php/trunk/styles/doc.css
===================================================================
--- web/php/trunk/styles/doc.css 2010-12-31 13:51:35 UTC (rev 306921)
+++ web/php/trunk/styles/doc.css 2010-12-31 13:52:02 UTC (rev 306922)
@@ -111,16 +111,9 @@
/* {{{ 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;