On Tue, Jan 8, 2013 at 11:03 AM, Paul Dragoonis <dragoo...@gmail.com> wrote:
> Here's the screenshot of what this change looks like, for anyone who wants
> to see it: http://puu.sh/1Lgkp
>
>
> On Tue, Jan 8, 2013 at 5:18 PM, Paul Dragoonis <dragoo...@php.net> wrote:
>
>> Commit:    0b500833f97647036ca1b50574f4a4c9fc3a9453
>> Author:    Paul Dragoonis <dragoo...@gmail.com>         Tue, 8 Jan 2013
>> 17:18:57 +0000
>> Parents:   3a9bb441c1aeaebe6cd355a074eeb6c7322f520a
>> Branches:  master
>>
>> Link:
>> http://git.php.net/?p=web/php.git;a=commitdiff;h=0b500833f97647036ca1b50574f4a4c9fc3a9453
>>
>> Log:
>> Updating the beta green bar at the top to be nicer and fit in with the
>> theme
>>
>> Changed paths:
>>   M  styles/home.css
>>
>>
>> Diff:
>> diff --git a/styles/home.css b/styles/home.css
>> index 513fa9d..66b3606 100644
>> --- a/styles/home.css
>> +++ b/styles/home.css
>> @@ -121,7 +121,7 @@ complimentary greens: 9FB553    7B8851    61761B
>>  C6DA82    CCDA99
>>  }
>>
>>  #head-beta-warning {
>> -    background: #339900;
>> +    background-color: #99C;
>>      display: none;
>>      position: fixed;
>>      top: 0px;
>> @@ -138,8 +138,8 @@ complimentary greens: 9FB553    7B8851    61761B
>>  C6DA82    CCDA99
>>  }
>>
>>  #beta-warning .blurb {
>> -    font-size: 1.3em;
>> -    line-height: 1.65em;
>> +    font-size: 1.1em;
>> +    line-height: 1.0em;
>>      vertical-align: middle;
>>      color: #EEE;
>>      display: none;
>> @@ -156,11 +156,11 @@ complimentary greens: 9FB553    7B8851    61761B
>>  C6DA82    CCDA99
>>  #beta-warning-close {
>>      display: block;
>>      float: right;
>> -    background: #333;
>> +    background-color: #333;
>>      color: #EEE;
>>      font-weight: bold;
>>      text-decoration: none;
>> -    margin-top: 0.24em;
>> +    margin-top: 0;
>>      height: 1.2em;
>>      line-height: 1.2em;
>>      vertical-align: middle;

As mentioned in the other thread on this topic, I think maybe we
should leave the `::` in front?

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to