diff options
| author | Colin Viebrock <colin@viebrock.ca> | 2012-11-08 12:08:45 -0600 |
|---|---|---|
| committer | Colin Viebrock <colin@viebrock.ca> | 2012-11-08 12:08:45 -0600 |
| commit | ff93287fff44ad31d8e0bc9d5ea945719b0d40b0 (patch) | |
| tree | 92463174ef27a82bad77f3af43fb168ef181c677 /ext/standard/css.h | |
| parent | e383d4d20ddeb908569c5ad8cd4772c738f2db99 (diff) | |
| download | php-git-ff93287fff44ad31d8e0bc9d5ea945719b0d40b0.tar.gz | |
Bringing CSS up to this decade's standards.
Here are some tweaks to the phpinfo() styling, since this really hasn't
been touched in almost a decade:
- color codes are shortened
- table width is bigger and handled via CSS
- fix so that long INI entries don't make the layout super wide
- bgcolor for "Additional Modules" wasn't set
- fix my email address
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
Diffstat (limited to 'ext/standard/css.h')
| -rw-r--r-- | ext/standard/css.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/css.h b/ext/standard/css.h index ab496586cb..8bf13b8dee 100644 --- a/ext/standard/css.h +++ b/ext/standard/css.h @@ -1,4 +1,4 @@ -/* +/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Colin Viebrock <colin@easydns.com> | + | Authors: Colin Viebrock <colin@viebrock.ca> | +----------------------------------------------------------------------+ */ |
