Re: [PHP-WEBMASTER] com web/shared: added CSS rules formsg()messages: styles/wiki.css
[email protected] (Levi Morrison)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <CAFMT4NqOiqeKcrwJvKVX3UMFnyhbynbZK0RK9zdj0CGDTqQ8FA@mail.gmail.com> |
> 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.