You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/12/24 01:07:43 UTC

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

crossley    2003/12/23 16:07:43

  Modified:    src/resources/skins/forrest-site/css Tag: FORREST_05_BRANCH
                        page.css
  Log:
  Add some padding around the labels in notes, warnings, and fixmes.
  Submitted by: Marshall Roch marshall<AT>exclupen.com
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.16.2.2  +3 -2      xml-forrest/src/resources/skins/forrest-site/css/Attic/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/css/Attic/page.css,v
  retrieving revision 1.16.2.1
  retrieving revision 1.16.2.2
  diff -u -r1.16.2.1 -r1.16.2.2
  --- page.css	16 Sep 2003 08:41:12 -0000	1.16.2.1
  +++ page.css	24 Dec 2003 00:07:43 -0000	1.16.2.2
  @@ -45,12 +45,13 @@
   
   .note { border: solid 1px #7099C5; background-color: #f0f0ff; }
   .note .label { background-color: #7099C5; color: #ffffff; }
  +.note .label { background-color: #7099C5; color: #ffffff; padding: 5px 5px 5px 10px; }
   
   .warning { border: solid 1px #D00000; background-color: #fff0f0; }
  -.warning .label { background-color: #D00000; color: #ffffff; }
  +.warning .label { background-color: #D00000; color: #ffffff; padding: 5px 5px 5px 10px; }
   
   .fixme { border: solid 1px #C6C600; background-color: #FAF9C3; }
  -.fixme .label { background-color: #C6C600; color: #ffffff; }
  +.fixme .label { background-color: #C6C600; color: #ffffff; padding: 5px 5px 5px 10px; }
   
   .code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
   .codefrag { font-family: "Courier New", Courier, monospace; }