You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/03/10 13:01:59 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/css menu.xml

gregor      2004/03/10 04:01:59

  Modified:    src/webapp/lenya/resources/css menu.xml
  Log:
  ie didnt like the font-size: x-small; syntax, and the css was not valid anyway.
  
  Revision  Changes    Path
  1.8       +6 -14     cocoon-lenya/src/webapp/lenya/resources/css/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/menu.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- menu.xml	5 Feb 2004 15:14:33 -0000	1.7
  +++ menu.xml	10 Mar 2004 12:01:59 -0000	1.8
  @@ -14,8 +14,6 @@
   	top: 55px;
   	left: 0px;
   	z-index: 1;
  -        // FIXME: seems to be inherited
  -	//text-align: center;
   }
   
   table.lenya-menubar-menu a { color: #3360AA; text-decoration:none; background-color: transparent; }
  @@ -28,7 +26,7 @@
   #navTopBG {
   	font-family: verdana, helvetica, sans-serif;
   	height: 22px;
  -  background-image: url('<context-prefix/>/lenya/menu/images/menu-bg_2.gif');
  +    background-image: url('<context-prefix/>/lenya/menu/images/menu-bg_2.gif');
   	background-repeat: repeat-x;
   	font-size: 10pt;
   	color: #333333;
  @@ -37,8 +35,8 @@
   #navBlue {
   	height: 6px;
   	background-image: url('<context-prefix/>/lenya/menu/images/unten.gif');
  -  background-repeat: repeat-x;
  -  padding-top: 1px
  +    background-repeat: repeat-x;
  +    padding-top: 1px
   }
                  
   #menuSearch, #menuHelp, #menuFile, #menuDebug  {
  @@ -59,7 +57,6 @@
   #menuHelp {left:214px;}
   #menuDebug {left:314px;}
   
  -
   .menuOutline {
   	border: 1px solid #666666;
   	border-top: 0px;
  @@ -68,16 +65,11 @@
   }
   
   .menuBg {
  -
  -/*	width: 150; */
   	padding: 2px;
   	background-color: #EEEEEE;
   	background-repeat: repeat;
   	background-attachment: scroll;
  -	
  -/*	border: 1px solid #FFFFFF; */
  -
  -  background-image: url('<context-prefix/>/lenya/menu/images/bottombg.gif');
  +    background-image: url('<context-prefix/>/lenya/menu/images/bottombg.gif');
   	background-position: 0%;
   	color: black;
   }
  @@ -111,8 +103,8 @@
   .lenya-menubar-infoline {
   	margin-right: 10px;
   	color: #FFFFFF;
  -	font-size: x-small;
  -	font-family: verdana, geneva, arial, helvetica, sans-serif;
  +	font-size: 11px;
  +	font-family: verdana, helvetica, sans-serif;
   }
   
   .menuBg a.mI:hover {
  
  
  

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