You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Michael W Thelen <th...@cs.utah.edu> on 2004/06/02 06:38:50 UTC

Big yellow box on the issue tracker page

Hi all,

I've noticed a fair number of issues being filed recently by people who
haven't read the big, yellow box on the main issue tracker page.  I
don't know whether it will make any difference, but maybe we could use a
larger or bolder font, and make the box red instead (yellow on white is
kind of low-contrast and maybe hard to notice).  I think we'll always
get some who for whatever reason file issues before posting to the list,
but maybe these changes could cut down on the frequency with which it
happens?

-- Mike

-- 
Michael W. Thelen
"When I use a word," Humpty Dumpty said, in rather a scornful tone, "it means
just what I choose it to mean-- neither more nor less."
                -- Lewis Carroll, "Through the Looking-Glass"

Re: (attn Mike Pilato) Re: Big yellow box on the issue tracker page

Posted by Michael W Thelen <th...@cs.utah.edu>.
* kfogel@collab.net <kf...@collab.net> [2004-06-02 12:15]:
> "C. Michael Pilato" <cm...@collab.net> writes:
> > Tigris doesn't allow you to define your own styles (mostly because you
> > have no access to <HEAD> HTML containers).  So either we're using some
> > tigris.org-define style, or that class="alert" is a no-op.
> 
> Well, it's definitely not a no-op, since that section does have a
> different background on the live site, but not in my working copy.
> 
> Anyway
> 
>    <div class="alert" style="color: red">

I was thinking something along the lines of

<div class="alert" style="background-color:red;font-weight:bold">

although that shade of red looks awfully harsh in my browser and could
stand to be toned down a bit.  Maybe more like

<div class="alert" style="background-color:#ff3333;font-weight:bold">

-- Mike

-- 
Michael W. Thelen
Perfection is achieved, not when there is nothing left to add, but when there
is nothing left to take away.
                -- Antoine de St. Exupery, "Wind, Sand, and Stars", 1939

Re: (attn Mike Pilato) Re: Big yellow box on the issue tracker page

Posted by kf...@collab.net.
"C. Michael Pilato" <cm...@collab.net> writes:
> Tigris doesn't allow you to define your own styles (mostly because you
> have no access to <HEAD> HTML containers).  So either we're using some
> tigris.org-define style, or that class="alert" is a no-op.

Well, it's definitely not a no-op, since that section does have a
different background on the live site, but not in my working copy.

Anyway

   <div class="alert" style="color: red">

might do the trick for us?  (It works, the question is is it
objectionable :-) ).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: (attn Mike Pilato) Re: Big yellow box on the issue tracker page

Posted by "C. Michael Pilato" <cm...@collab.net>.
kfogel@collab.net writes:

> Michael W Thelen <th...@cs.utah.edu> writes:
> > I've noticed a fair number of issues being filed recently by people who
> > haven't read the big, yellow box on the main issue tracker page.  I
> > don't know whether it will make any difference, but maybe we could use a
> > larger or bolder font, and make the box red instead (yellow on white is
> > kind of low-contrast and maybe hard to notice).  I think we'll always
> > get some who for whatever reason file issues before posting to the list,
> > but maybe these changes could cut down on the frequency with which it
> > happens?
> 
> I wouldn't mind trying, say, red text.  But before we do that, I'd
> like to ask Mike Pilato what's the correct stylesheety way to do that
> on tigris.org?  Right now, that section is highlighted using
> 
>   <div class="alert">
> 
> ... but that style is defined inside Subversion's www/ area.  I guess
> we inherit it from tigris or something?

Tigris doesn't allow you to define your own styles (mostly because you
have no access to <HEAD> HTML containers).  So either we're using some
tigris.org-define style, or that class="alert" is a no-op.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

(attn Mike Pilato) Re: Big yellow box on the issue tracker page

Posted by kf...@collab.net.
Michael W Thelen <th...@cs.utah.edu> writes:
> I've noticed a fair number of issues being filed recently by people who
> haven't read the big, yellow box on the main issue tracker page.  I
> don't know whether it will make any difference, but maybe we could use a
> larger or bolder font, and make the box red instead (yellow on white is
> kind of low-contrast and maybe hard to notice).  I think we'll always
> get some who for whatever reason file issues before posting to the list,
> but maybe these changes could cut down on the frequency with which it
> happens?

I wouldn't mind trying, say, red text.  But before we do that, I'd
like to ask Mike Pilato what's the correct stylesheety way to do that
on tigris.org?  Right now, that section is highlighted using

  <div class="alert">

... but that style is defined inside Subversion's www/ area.  I guess
we inherit it from tigris or something?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org