1
0
mirror of https://github.com/php/web-php.git synced 2026-04-24 15:38:06 +02:00

Make the example content background bit lighter (Cameron Smith velvetpixel[AT]gmail.com)

This commit is contained in:
Hannes Magnusson
2007-12-24 13:36:36 +00:00
parent d93f847343
commit 2a0d402eb9
+1 -1
View File
@@ -838,7 +838,7 @@ div.mediaobject,
div.classsynopsis,
div.informalexample pre,
div.informalexample .phpcode {
background-color: #ddd;
background-color: #e1e1e1;
margin: 10px;
border: 1px outset #000;
}