> It seems to be reasonable to adjust the styling to the php.net manual
> pages, which has (more or less)
>
> div.warning {
> box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
> border-radius: 0 0 2px 2px;
> background: #F4DFDF;
> border-color: #EABFBF;
> padding: .75rem;
> margin: 1.5rem 0;
> overflow: hidden;
> }
>
> What do you think?
These shouldn't have a border and a box-shadow, so you can remove the
border-color (and be sure to remove the border width too).
Aside from that it looks great.
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php