On Mon, Sep 16, 2013 at 7:40 AM, Levi Morrison <[email protected]> wrote:
> Commit: a821979d481056ce96123281fc1c0cc2fba31bf0
> Author: Levi Morrison <[email protected]> Mon, 16 Sep 2013 08:40:16
> -0600
> Parents: b3fcfda2908192e9a40c9f54ca4227c9be9d5bbb
> Branches: master
>
> Link:
> http://git.php.net/?p=web/php.git;a=commitdiff;h=a821979d481056ce96123281fc1c0cc2fba31bf0
>
> Log:
> Some minor structure and color changes.
>
> Changed paths:
> M include/header.inc
> M js/common.js
> M styles/bootstrap.css
> M styles/doc.css
> M styles/home.css
> M styles/theme.css
>
+.docs .refentry .refpurpose {
+ display:none;
+ border-radius:0 0 2px 2px;
+ padding: .75em .625em;
+ background-color:#F0F0F0;
+ border-top:.125em solid #808080;
+ border-bottom:1px solid #D6D6D6;
+ box-shadow:
+ inset 2px 0 2px -2px #D6D6D6,
+ inset -2px 0 2px -2px #D6D6D6;
+}
What the hell? You really removed the one line description of all entries?
That really doesn't sound right at all, and it also looks weird that
you include a style there, but still with display:none?
-Hannes
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php