Formatting fixes.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 2 May 2006 01:21:15 +0000 (01:21 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 2 May 2006 01:21:15 +0000 (01:21 +0000)
Experiment with a CSS change cribbed from the Subversion page.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1448 fdb21ef1-2011-0410-befe-b5e4ea1792b1

www/index.html

index e41ae14b1f4292eb36ed8ba34178d23bd31d24c8..fe29161bd088225643e7ca4f2f67422f2c58450c 100644 (file)
@@ -3,6 +3,8 @@
 </head>
 <body>
 
+<div class="h2 app" style="border-left: 0px" id="customcontent">
+
 <p>SCons is a next-generation, 
 cross-platform, build tool.
 Think of SCons as an improved
@@ -147,6 +149,11 @@ XXX
 
 <li>
 <strong>Configuration files are Python scripts</strong>
+<p>
+This provides much more flexibility for solving
+difficult build problems
+than traditional build tools.
+</p>
 </li>
 
 <li>
@@ -164,9 +171,11 @@ Easily extended to scan for other languages or file types.
 
 <li>
 <strong>Built-in support for multiple languages</strong>
+<p>
 C, C++, D, Java, Fortran, Yacc, Lex, Qt and SWIG.
 Can also build TeX and LaTeX documents.
 Easily extended for other languages or file types.
+</p>
 </li>
 
 <li>
@@ -191,6 +200,7 @@ or pre-built target files.
 
 <li>
 <strong>Support for Microsoft Visual Studio .NET and 2005</strong>
+<p>
 Generates <tt>.dsp</tt> and <tt>.dsw</tt> files,
 or <tt>.sln</tt> and <tt>.vcproj</tt> files,
 from the same build configuration used to build on all platforms.
@@ -198,6 +208,7 @@ Allows Windows developers to do all the productive
 point-and-click debugging they're used to
 without having to maintain a separate build configuration
 just for Windows.
+</p>
 </li>
 
 <li>
@@ -233,10 +244,12 @@ libraries, functions and <tt>typedef</tt> declarations.
 
 <li>
 <strong>Shared built-file cache</strong>
+<p>
 Speeds up multiple builds by allowing developers
 to share pre-built targets
 (like <tt>ccache</tt>, but for any type of target file,
 not just C/C++ compilation).
+</p>
 </li>
 
 </ul>
@@ -267,5 +280,7 @@ functional areas will depend on what you are trying to do.
 
 See the <a href="roadmap.html">Roadmap</a> page.
 
+</div>
+
 </body>
 </html>