cvs: pear /PEAR_PackageUpdate_Web/examples ppuweb3.css
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1209586266@cvsserver> |
farell Wed Apr 30 20:11:06 2008 UTC
Modified files:
/pear/PEAR_PackageUpdate_Web/examples ppuweb3.css
Log:
add missing header phpdoc block
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/examples/ppuweb3.css?r1=1.1&r2=1.2&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/examples/ppuweb3.css
diff -u pear/PEAR_PackageUpdate_Web/examples/ppuweb3.css:1.1 pear/PEAR_PackageUpdate_Web/examples/ppuweb3.css:1.2
--- pear/PEAR_PackageUpdate_Web/examples/ppuweb3.css:1.1 Mon Jul 17 20:11:29 2006
+++ pear/PEAR_PackageUpdate_Web/examples/ppuweb3.css Wed Apr 30 20:11:06 2008
@@ -1,3 +1,15 @@
+/**
+ * Stylesheet used to display a skin example for PEAR_PackageUpdate Web frontend
+ *
+ * @category PEAR
+ * @package PEAR_PackageUpdate_Web
+ * @author Laurent Laville <[email protected]>
+ * @copyright 2006-2008 Laurent Laville
+ * @license http://www.php.net/license/3_01.txt PHP License 3.01
+ * @version CVS: $Id: ppuweb3.css,v 1.2 2008/04/30 20:11:06 farell Exp $
+ * @since File available since Release 0.3.0
+ */
+
body, td, th, h1, h2 {font-family: sans-serif;}
a:link {color: #006600; text-decoration: none;}
a:visited { color: #003300; text-decoration: none;}