You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Geir Magnusson Jr." <ge...@pobox.com> on 2006/09/21 21:48:44 UTC

[doc] Why do we have boxes drawn around source now?

Is this new?  We now have boxes drawn around the shaded box on a  
<source> document snippet...

geir

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [doc] Why do we have boxes drawn around source now?

Posted by Richard Liang <ri...@gmail.com>.
On 9/22/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>
> On Sep 21, 2006, at 10:06 PM, Richard Liang wrote:
>
> > On 9/22/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> >> Is this new?  We now have boxes drawn around the shaded box on a
> >> <source> document snippet...
> >>
> >
> > Maybe because we now have unified site.css (HARMONY-1384[1]) to make
> > our pages more beautiful ;-)
> >
>
> I know how they are getting there.  I don't know why...  they gotta
> go...
>

Do you want to remove the section of site.css?

pre {
	background: #F3F5F7;
	border: thin solid;
	border-color: #828DA6;
	padding: 12pt;
	font-size: 11.0pt;
	font-family: Courier;
	margin-right: 10pt;
	margin-left: 25pt;
}

Best regards,
Richard

> geir
>
> > [1] http://issues.apache.org/jira/browse/HARMONY-1384
> >
> > Best regards,
> > Richard
> >
> >> geir
> >>
> >> ---------------------------------------------------------------------
> >> Terms of use : http://incubator.apache.org/harmony/mailing.html
> >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> >> For additional commands, e-mail: harmony-dev-
> >> help@incubator.apache.org
> >>
> >>
> >
> >
> > --
> > Richard Liang
> > China Development Lab, IBM
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Richard Liang
China Development Lab, IBM

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [doc] Why do we have boxes drawn around source now?

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
On Sep 22, 2006, at 4:04 AM, Mark Hindess wrote:

>
> On 21 September 2006 at 23:15, "Geir Magnusson Jr."  
> <ge...@pobox.com> wrote:
>>
>> On Sep 21, 2006, at 10:06 PM, Richard Liang wrote:
>>
>>> On 9/22/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>>>> Is this new?  We now have boxes drawn around the shaded box on a
>>>> <source> document snippet...
>>>>
>>>
>>> Maybe because we now have unified site.css (HARMONY-1384[1]) to make
>>> our pages more beautiful ;-)
>>
>> I know how they are getting there.  I don't know why...  they gotta
>> go...
>
> Why?  Because I guess Nadya thought they helped improve the clarity of
> some pages.  (I did too so was happy to commit that change.)
>
> I didn't check every page so perhaps on some it looks bad?

Well, there are two boxes.  There is a nice pink box that contains  
the code, and then there is a box drawn around that on the outside...

I like the inner box.  Looks nice and neat.  Outer box?  Not so much :)

geir

>
> -Mark.
>
>> geir
>>
>>> [1] http://issues.apache.org/jira/browse/HARMONY-1384
>>>
>>> Best regards,
>>> Richard
>>>
>>>> geir
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>>>> To unsubscribe, e-mail: harmony-dev- 
>>>> unsubscribe@incubator.apache.org
>>>> For additional commands, e-mail: harmony-dev-
>>>> help@incubator.apache.org
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Richard Liang
>>> China Development Lab, IBM
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>>> For additional commands, e-mail: harmony-dev- 
>>> help@incubator.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev- 
>> help@incubator.apache.org
>>
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [doc] Why do we have boxes drawn around source now?

Posted by Mark Hindess <ma...@googlemail.com>.
On 21 September 2006 at 23:15, "Geir Magnusson Jr." <ge...@pobox.com> wrote:
> 
> On Sep 21, 2006, at 10:06 PM, Richard Liang wrote:
> 
> > On 9/22/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> >> Is this new?  We now have boxes drawn around the shaded box on a
> >> <source> document snippet...
> >>
> >
> > Maybe because we now have unified site.css (HARMONY-1384[1]) to make
> > our pages more beautiful ;-)
> 
> I know how they are getting there.  I don't know why...  they gotta  
> go...

Why?  Because I guess Nadya thought they helped improve the clarity of 
some pages.  (I did too so was happy to commit that change.)

I didn't check every page so perhaps on some it looks bad?

-Mark.

> geir
> 
> > [1] http://issues.apache.org/jira/browse/HARMONY-1384
> >
> > Best regards,
> > Richard
> >
> >> geir
> >>
> >> ---------------------------------------------------------------------
> >> Terms of use : http://incubator.apache.org/harmony/mailing.html
> >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> >> For additional commands, e-mail: harmony-dev- 
> >> help@incubator.apache.org
> >>
> >>
> >
> >
> > -- 
> > Richard Liang
> > China Development Lab, IBM
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [doc] Why do we have boxes drawn around source now?

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
On Sep 21, 2006, at 10:06 PM, Richard Liang wrote:

> On 9/22/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> Is this new?  We now have boxes drawn around the shaded box on a
>> <source> document snippet...
>>
>
> Maybe because we now have unified site.css (HARMONY-1384[1]) to make
> our pages more beautiful ;-)
>

I know how they are getting there.  I don't know why...  they gotta  
go...

geir

> [1] http://issues.apache.org/jira/browse/HARMONY-1384
>
> Best regards,
> Richard
>
>> geir
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev- 
>> help@incubator.apache.org
>>
>>
>
>
> -- 
> Richard Liang
> China Development Lab, IBM
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [doc] Why do we have boxes drawn around source now?

Posted by Richard Liang <ri...@gmail.com>.
On 9/22/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> Is this new?  We now have boxes drawn around the shaded box on a
> <source> document snippet...
>

Maybe because we now have unified site.css (HARMONY-1384[1]) to make
our pages more beautiful ;-)

[1] http://issues.apache.org/jira/browse/HARMONY-1384

Best regards,
Richard

> geir
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Richard Liang
China Development Lab, IBM

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org