weaver      2004/03/13 21:14:41

  Modified:    portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css
                        styles.css
  Log:
  adjusted style for metal
  
  Revision  Changes    Path
  1.3       +9 -6      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- styles.css        14 Mar 2004 05:10:00 -0000      1.2
  +++ styles.css        14 Mar 2004 05:14:41 -0000      1.3
  @@ -90,17 +90,18 @@
        

        /** Always use relative path ! **/

        background:  url(content/metal/images/titleleft.gif);

  +     

   }

   

   .Metal .PTitle

   {

  -     /**

  -     Specify the height of the image used

  -     else it will use the text height        

  -     **/

  +     /**Specify the height of the image usedelse it will use the text height**/

        height:16px;

        color:#FFFFFF;

  -     background:  url(content/metal/images/title.gif);

  +     background: url(content/metal/images/title.gif);

  +     font-family : monospace;

  +     font-weight:bold;

  +     font-size:12pt;

   }

    

   .Metal .PTitleRight

  @@ -117,11 +118,13 @@
   {

        width:10px;

        background:  url(content/metal/images/contentleft.gif);

  +     height : 100%;

  +     

   }

   

   .Metal .PContent

   {

  -

  +     padding-left:5px;

   }

   

   .Metal .PContentRight

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to