You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/03/11 05:41:34 UTC

cvs commit: ws-juddi/webapp juddi.css

sviens      2005/03/10 20:41:34

  Modified:    webapp   juddi.css
  Log:
  Added CSS attributes for displaying common hyperlinks.
  
  Revision  Changes    Path
  1.2       +17 -0     ws-juddi/webapp/juddi.css
  
  Index: juddi.css
  ===================================================================
  RCS file: /home/cvs/ws-juddi/webapp/juddi.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- juddi.css	4 Jun 2004 03:31:50 -0000	1.1
  +++ juddi.css	11 Mar 2005 04:41:34 -0000	1.2
  @@ -57,6 +57,23 @@
     margin-left: 0px;
   }
   
  +div.LINK {
  +  margin: 0px -10px;
  +  padding: 2px 10px;
  +  color: #000;
  +  font-size: 10pt;
  +}
  +
  +div.LINK A {
  +  color: #6d0000;
  +  text-decoration: none;
  +}
  +
  +div.LINK A:hover {
  +  color: #006200;
  +  text-decoration: underline;
  +}
  +
   div.NAV {
     background: #000;
     margin: 0px -10px;