You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/06/29 08:47:44 UTC

cvs commit: modperl-docs/src style.css

stas        2002/06/28 23:47:44

  Modified:    src      style.css
  Log:
  search style fixes
  - wrong fg color
  - missing li.search-list style
  
  Revision  Changes    Path
  1.73      +6 -1      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- style.css	28 Jun 2002 10:31:03 -0000	1.72
  +++ style.css	29 Jun 2002 06:47:44 -0000	1.73
  @@ -288,7 +288,12 @@
       font-family: helvetica, arial, verdana, sans-serif;
       font-size: 1.0em;  
       background-color: white;
  -    color: white;
  +    color: #000000;
  +}
  +
  +/* List of site sections in search.tt */
  +li.search-list {
  +    list-style: none;
   }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org


Re: cvs commit: modperl-docs/src style.css

Posted by Stas Bekman <st...@stason.org>.
>   Index: style.css
>   ===================================================================
>   RCS file: /home/cvs/modperl-docs/src/style.css,v
>   retrieving revision 1.72
>   retrieving revision 1.73
>   diff -u -r1.72 -r1.73
>   --- style.css	28 Jun 2002 10:31:03 -0000	1.72
>   +++ style.css	29 Jun 2002 06:47:44 -0000	1.73
>   @@ -288,7 +288,12 @@
>        font-family: helvetica, arial, verdana, sans-serif;
>        font-size: 1.0em;  
>        background-color: white;
>   -    color: white;
>   +    color: #000000;
>   +}

Allan, I think we should consistently use #RGB rather than a mix of #RGB 
and colour names. Any reason that you've started using the colour names 
in your latest work?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org