You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by to...@apache.org on 2004/06/02 22:24:49 UTC

cvs commit: cocoon-2.1/src/webapp/resources/styles main.css

tony        2004/06/02 13:24:49

  Modified:    src/webapp/resources/styles main.css
  Log:
  tweaking main.css, adding a little color to the headers and playing with the borders
  
  Revision  Changes    Path
  1.10      +7 -2      cocoon-2.1/src/webapp/resources/styles/main.css
  
  Index: main.css
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/resources/styles/main.css,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- main.css	6 Mar 2004 06:16:54 -0000	1.9
  +++ main.css	2 Jun 2004 20:24:49 -0000	1.10
  @@ -41,10 +41,11 @@
   
   /* Samples */
   
  -/* background-color: #ffffcc; would make the groups even more visible but it's a bit heavy IMHO */
   .samplesGroup {
  +    /* a tasteful shade of blue */
  +    background-color: #BFCCDF;
       color: black;
  -    border-width: 0px 0px 1px 1px;
  +    border-width: 0px 0px 2px 0px;
       border-style: solid;
       border-color: #336699;
       font-size:120%;
  @@ -53,6 +54,10 @@
       padding-bottom: 0.2em;
       margin-top: 1em;
       margin-bottom: 0;
  + 
  +    /* mozilla and some others support the fancy CSS3 borders */
  +    -moz-border-radius-bottomleft: 1em;
  +    border-radius-bottomleft: 1em;
   }
   
   .samplesNote {