cvs: phpweb /styles site.css
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1226775906@cvsserver> |
bjori Sat Nov 15 19:05:06 2008 UTC
Modified files:
/phpweb/styles site.css
Log:
Make implemented interface names look more like the default syntax
highlighting (i.e. on classreference docs)
http://cvs.php.net/viewvc.cgi/phpweb/styles/site.css?r1=1.66&r2=1.67&diff_format=u
Index: phpweb/styles/site.css
diff -u phpweb/styles/site.css:1.66 phpweb/styles/site.css:1.67
--- phpweb/styles/site.css:1.66 Wed Nov 12 07:51:46 2008
+++ phpweb/styles/site.css Sat Nov 15 19:05:06 2008
@@ -950,6 +950,10 @@
div.classsynopsis span.modifier_role {
color: rgb(0, 0, 187);
}
+div.classsynopsis b.interfacename {
+ color: #0000BB;
+ font-weight: normal;
+}
span.replaceable, span.initializer {
font-style: italic;
}