Changeset 948
- Timestamp:
- 09/13/03 23:09:33 (5 years ago)
- Files:
-
- trunk/RELEASE_en.html (modified) (12 diffs)
- trunk/rubyStyle.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RELEASE_en.html
r941 r948 27 27 28 28 <div class="main"> 29 <h2> 0. In this document...</h2>29 <h2><span class="content">0. In this document...</span></h2> 30 30 31 31 <p> … … 51 51 </ol> 52 52 53 <h2 id="changes" name="changes"> 1. Changes</h2>53 <h2 id="changes" name="changes"><span class="content">1. Changes</span></h2> 54 54 55 55 <p> … … 98 98 </p> 99 99 100 <h2 id="install" name="install"> 2. Install</h2>100 <h2 id="install" name="install"><span class="content">2. Install</span></h2> 101 101 102 102 <p> … … 141 141 </dl> 142 142 143 <h2 id="uninstall" name="uninstall"> 3. Uninstall</h2>143 <h2 id="uninstall" name="uninstall"><span class="content">3. Uninstall</span></h2> 144 144 145 145 <p> … … 147 147 </p> 148 148 149 <h2 id="whats" name="whats"> 4. What is SOAP4R?</h2>149 <h2 id="whats" name="whats"><span class="content">4. What is SOAP4R?</span></h2> 150 150 151 151 <p> … … 160 160 </p> 161 161 162 <h2 id="dependencies" name="dependencies"> 5. Dependencies</h2>162 <h2 id="dependencies" name="dependencies"><span class="content">5. Dependencies</span></h2> 163 163 164 164 <p> … … 218 218 </dl> 219 219 220 <h2 id="samples" name="samples"> 6. Samples</h2>220 <h2 id="samples" name="samples"><span class="content">6. Samples</span></h2> 221 221 222 222 <p> … … 503 503 </dl> 504 504 505 <h2 id="restrictions" name="restrictions"> 7. Restrictions</h2>505 <h2 id="restrictions" name="restrictions"><span class="content">7. Restrictions</span></h2> 506 506 507 507 <p> … … 528 528 </ul> 529 529 530 <h2 id="resources" name="resources"> 8. Resources</h2>530 <h2 id="resources" name="resources"><span class="content">8. Resources</span></h2> 531 531 532 532 <dl> … … 551 551 </dl> 552 552 553 <h2 id="history" name="history"> 9. History</h2>553 <h2 id="history" name="history"><span class="content">9. History</span></h2> 554 554 555 555 <dl> … … 1228 1228 </dl> 1229 1229 1230 <h2 id="author" name="author"> 10. Author</h2>1230 <h2 id="author" name="author"><span class="content">10. Author</span></h2> 1231 1231 1232 1232 <dl> … … 1241 1241 </dl> 1242 1242 1243 <h2 id="copyright" name="copyright"> 11. Copyright</h2>1243 <h2 id="copyright" name="copyright"><span class="content">11. Copyright</span></h2> 1244 1244 1245 1245 <p style="text-align: center;"> trunk/rubyStyle.css
r11 r948 5 5 6 6 body { 7 background: #EEEEEE;7 background: white; 8 8 color: black; 9 9 margin-left: 2%; 10 10 margin-right: 2%; 11 font-family: Georgia, "Times New Roman", "Times Roman", Times; 11 font-family: Verdana, Arial, Helvetica, Sans-Serif; 12 } 13 14 a:link, a:visited { 15 text-decoration: none; 16 font-weight: bold; 17 color: #c00; 18 background: white; 19 } 20 21 a:link:hover, a:visited:hover { 22 font-weight: bold; 23 color: #fff; 24 background: black; 12 25 } 13 26 14 27 h1 { 28 color: #666; 29 background: white; 30 text-align: right; 15 31 font-family: "comic sans ms", verdana, sans-serif; 16 text-align: right; 17 margin-top: 5%; 32 margin-top: 1em; 18 33 margin-right: 10%; 19 34 } 20 35 21 36 h2, h3, h4, h5, h6 { 37 color: #666; 38 background: white; 39 margin-top: 1em; 22 40 font-family: "Impact", verdana, sans-serif; 23 41 } 24 42 25 h2 { 26 color: #FFFFFF; 27 background: #CC3333; 43 h2 span.content { 44 border-style: solid solid dashed solid; 45 border-width: 0px 0px 1px 20px; 46 border-color: #666; 47 padding-left: 1ex; 48 padding-right: 5ex; 28 49 } 50 51 h3 span.content { 52 border-style: solid; 53 border-width: 0px 0px 0px 10px; 54 border-color: #999; 55 padding-left: 1ex; 56 } 57 29 58 30 59 div.header p.status { text-align: right; } … … 39 68 address { 40 69 color: gray; 41 background: #EEEEEE;70 background: white; 42 71 text-align: right; 43 72 font-family: Times, serif;