You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by st...@apache.org on 2002/03/17 09:03:18 UTC

cvs commit: xml-forrest/src/resources/layout/xml.apache.org page.css

stevenn     02/03/17 00:03:18

  Modified:    src/resources/layout/xml.apache.org page.css
  Log:
  tweaked the CSS to get the yahoo-path identical to home.html
  
  Revision  Changes    Path
  1.2       +1 -1      xml-forrest/src/resources/layout/xml.apache.org/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/layout/xml.apache.org/page.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page.css	16 Mar 2002 17:47:52 -0000	1.1
  +++ page.css	17 Mar 2002 08:03:18 -0000	1.2
  @@ -14,7 +14,7 @@
   a:active { font-weight: bold }
   a:hover { color: #880000; }
   
  -.path { font-size: 12px; background-color: #CFDCED; border-bottom-color: #4A6D8C; border-bottom-style: solid; border-bottom-width: 2px; padding: 2px; }
  +.path { font-size: 10px; background-color: #CFDCED; border-bottom-color: #4A6D8C; border-bottom-style: solid; border-bottom-width: 2px; padding: 2px; }
   .path .current { font-weight: bold; }
   
   .top { background-color: #294563; }
  
  
  

RE: cvs commit: xml-forrest/src/resources/layout/xml.apache.org page.css

Posted by Steven Noels <st...@outerthought.org>.
OK, we should really merge both .css files into one document.

</Steven>

> -----Original Message-----
> From: stevenn@apache.org [mailto:stevenn@apache.org]
> Sent: zondag 17 maart 2002 9:03
> To: xml-forrest-cvs@apache.org
> Subject: cvs commit: xml-forrest/src/resources/layout/xml.apache.org
> page.css
> 
> 
> stevenn     02/03/17 00:03:18
> 
>   Modified:    src/resources/layout/xml.apache.org page.css
>   Log:
>   tweaked the CSS to get the yahoo-path identical to home.html
>   
>   Revision  Changes    Path
>   1.2       +1 -1      
> xml-forrest/src/resources/layout/xml.apache.org/page.css
>   
>   Index: page.css
>   ===================================================================
>   RCS file: 
> /home/cvs/xml-forrest/src/resources/layout/xml.apache.org/page.css,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- page.css	16 Mar 2002 17:47:52 -0000	1.1
>   +++ page.css	17 Mar 2002 08:03:18 -0000	1.2
>   @@ -14,7 +14,7 @@
>    a:active { font-weight: bold }
>    a:hover { color: #880000; }
>    
>   -.path { font-size: 12px; background-color: #CFDCED; 
> border-bottom-color: #4A6D8C; border-bottom-style: solid; 
> border-bottom-width: 2px; padding: 2px; }
>   +.path { font-size: 10px; background-color: #CFDCED; 
> border-bottom-color: #4A6D8C; border-bottom-style: solid; 
> border-bottom-width: 2px; padding: 2px; }
>    .path .current { font-weight: bold; }
>    
>    .top { background-color: #294563; }
>   
>   
>