You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by st...@apache.org on 2002/03/19 14:31:04 UTC

cvs commit: xml-forrest/src/resources/layout/xml.apache.org home.css home.html page.html

stevenn     02/03/19 05:31:04

  Modified:    src/resources/layout/xml.apache.org home.css home.html
                        page.html
  Log:
  added patches due to KPiroumian@flagship.ru
  
  Revision  Changes    Path
  1.3       +1 -1      xml-forrest/src/resources/layout/xml.apache.org/home.css
  
  Index: home.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/layout/xml.apache.org/home.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- home.css	23 Feb 2002 23:38:53 -0000	1.2
  +++ home.css	19 Mar 2002 13:31:04 -0000	1.3
  @@ -1,4 +1,4 @@
  -body { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; }
  +body { background-color: #FFFFFF; margin: 0px; font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; }
   form { margin: 0px; padding: 0px; border: 0px; }
   ul { margin: 0px 5px 0px 25px; padding: 0px; }
   li { margin: 2px 0px 2px 0px; }
  
  
  
  1.3       +1 -1      xml-forrest/src/resources/layout/xml.apache.org/home.html
  
  Index: home.html
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/layout/xml.apache.org/home.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- home.html	23 Feb 2002 23:38:53 -0000	1.2
  +++ home.html	19 Mar 2002 13:31:04 -0000	1.3
  @@ -4,7 +4,7 @@
    <link rel="stylesheet" href="home.css" type="text/css"/>
   </head>
   
  -<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
  +<body>
   
   <form method="get" action="http://www.google.com/search" onsubmit="q.value = query.value + ' site:xml.apache.org'">
   
  
  
  
  1.2       +8 -8      xml-forrest/src/resources/layout/xml.apache.org/page.html
  
  Index: page.html
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/layout/xml.apache.org/page.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page.html	16 Mar 2002 17:47:52 -0000	1.1
  +++ page.html	19 Mar 2002 13:31:04 -0000	1.2
  @@ -99,8 +99,12 @@
           <p>This is a paragraph. A paragraph is a block of text that describes 
             one or more concepts. It is usually formatted to look like a block of 
             text and for this reason is separated by other block-type elements with 
  -          top and bottom paddings.</p>
  -
  +          top and bottom paddings. </p>
  +        <p>Text can have inline decorations such as: <strong>strong</strong>, 
  +          <em>emphasis</em>, <code>code</code>, <sub>subscript</sub>, <sup>superscript</sup> 
  +          and <span class="highlight">highlight</span>. <br>
  +          Paragraph text can be multiline like this and<br>
  +          text can also have <a href="/">links</a> and <a href="#">anchors</a>.</p>
           <h3>Section</h3>
           <p>This is a paragraph under a section.</p>
           <pre class="code">This is a preformatted text,
  @@ -161,16 +165,12 @@
   
   		<h4>Subsection</h4>		
   
  -        <p>Text can have inline decorations such as: <strong>strong</strong>, 
  -          <em>emphasis</em>, <code>code</code>, <sub>subscript</sub>, <sup>superscript</sup> 
  -          and <span class="highlight">highlight</span>.</p>
  -          		
           <p>This is another paragraph. A paragraph is a block of text that describes 
             one or more concepts. It is usually formatted to look like a block of 
             text and for this reason is separated by other block-type elements with 
             top and bottom paddings. </p>
  -          
  -  <div class="frame note">
  +          		
  +        <div class="frame note">
      <div class="label">Note</div>
      <div class="content">This is a note paragraph. It is used to indicate something
           that should stand out to the reader but without indicating problems,