You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/10/13 11:38:50 UTC

cvs commit: xml-forrest/src/resources/skins/krysalis-site/css page.css

nicolaken    2003/10/13 02:38:50

  Modified:    src/resources/skins/krysalis-site/css page.css
  Log:
  Remove double image urls in note-warning-error class modifiers .
  
  Revision  Changes    Path
  1.17      +13 -13    xml-forrest/src/resources/skins/krysalis-site/css/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/css/page.css,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- page.css	13 Oct 2003 08:45:54 -0000	1.16
  +++ page.css	13 Oct 2003 09:38:50 -0000	1.17
  @@ -235,23 +235,23 @@
   
   .highlight { background-color: yellow;  } 
   .datenote  { color: #F7F7F7;}
  -a:link { color: #0F3660; }
  +a:link    { color: #0F3660; }
   a:visited { color: #000044; }
  -a:active { color: #800000; }
  -a:hover { border: 0px solid #a5b6c6; background: #CFDCED; }
  -.menu a { color: #000000; }
  +a:active  { color: #800000; }
  +a:hover   { border: 0px solid #a5b6c6; background: #CFDCED; }
  +.menu a         { color: #000000; }
   .menu a:visited { color: #000000; }
  -.menu a:active { color: #000000;  }
  -.menu a:hover { color: #000000;  }
  +.menu a:active  { color: #000000;  }
  +.menu a:hover   { color: #000000;  }
   table .title { background-color: #FFFFFF; }
  -.content .ForrestTable {background-color: #7099C5; color: #ffffff; }
  +.content .ForrestTable         { color: #ffffff; background-color: #7099C5;}
   .content .ForrestTable caption { color: black; }
  -.content .ForrestTable td { background-color: #f0f0ff; color: black; }
  -.fixme {background-image: url(images/icon_warning_lrg.gif);	border-color: #c60;}
  -.note {	background-image: url(images/icon_info_lrg.gif); border-color: #069;}
  -.code { background-color: #F7F7F7; border-color: #CFDCED;}
  -.dtdTag {    color: #990000; }
  -.bottom-left {	background-color: #a5b6c6;}
  +.content .ForrestTable td      { color: black;   background-color: #f0f0ff; }
  +.fixme { border-color: #c60;}
  +.note  { border-color: #069;}
  +.code  { border-color: #CFDCED;}
  +.dtdTag { color: #990000; }
  +.bottom-left  { background-color: #a5b6c6;}
   .bottom-right {	background-color: #a5b6c6;}
   .bottom-left-thick {background-color: #a5b6c6;}
   .bottom-right-thick {background-color: #a5b6c6;}