You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/12/10 01:21:33 UTC

cvs commit: maven-plugins/xdoc/src/plugin-resources/images collapsed.png expanded.png

jvanzyl     2003/12/09 16:21:33

  Modified:    xdoc/src/plugin-resources/css maven.css tigris.css
               xdoc/src/plugin-resources/images collapsed.png expanded.png
  Log:
  o start of a process to try and make the generated site easier to use
    and make it easier to navigate. in addition to it not looking
    atrocious.
  
  Revision  Changes    Path
  1.6       +21 -1     maven-plugins/xdoc/src/plugin-resources/css/maven.css
  
  Index: maven.css
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/css/maven.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.css	11 Aug 2003 12:16:09 -0000	1.5
  +++ maven.css	10 Dec 2003 00:21:33 -0000	1.6
  @@ -3,10 +3,30 @@
    color: @UI_BODY_FOREGROUND@;
    }
   
  +/*
   .app h3 {
    color: @UI_SECTION_FOREGROUND@;
    background-color: @UI_SECTION_BACKGROUND@;
    }
  + */
  + 
  +.app h3 
  +{
  +  font-family: sans-serif;
  +  border: solid 1px #999999;
  +  padding:6px;
  +  background-color:#dddddd;
  +  color:#990000;
  +  font-size:12pt;
  +  margin: 1pt;
  +  margin-top: 6pt;
  +  /* margin-left: -10px; */
  +}
  +
  +.app h3 a
  +{
  +  font-weight: normal;
  +}
   
   .app h4 {
    color: @UI_SUBSECTION_FOREGROUND@;
  @@ -111,4 +131,4 @@
   
   #navcolumn div div {
     padding-left: 10px;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.4       +3 -3      maven-plugins/xdoc/src/plugin-resources/css/tigris.css
  
  Index: tigris.css
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/css/tigris.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tigris.css	19 Aug 2003 04:45:08 -0000	1.3
  +++ tigris.css	10 Dec 2003 00:21:33 -0000	1.4
  @@ -9,7 +9,7 @@
   }
   
   .app h3, .app h4, .tabs td, .tabs th, .functnbar {
  -	background-image: url(../images/nw_maj_rond.gif);
  +	/* background-image: url(../images/nw_maj_rond.gif); */
   	background-repeat: no-repeat;
   }
   
  @@ -482,7 +482,7 @@
   }
   
   .docs {
  -	line-height: 1.4;
  +	line-height: 1.8;
   }
   
   ol ol {
  
  
  
  1.2       +2 -1      maven-plugins/xdoc/src/plugin-resources/images/collapsed.png
  
  	<<Binary file>>
  
  
  1.2       +3 -1      maven-plugins/xdoc/src/plugin-resources/images/expanded.png
  
  	<<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org