[www] r307682 - fix the css in projects with llvm

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 11:08:15 PDT 2017


Author: sylvestre
Date: Tue Jul 11 11:08:15 2017
New Revision: 307682

URL: http://llvm.org/viewvc/llvm-project?rev=307682&view=rev
Log:
fix the css in projects with llvm

Modified:
    www/trunk/ProjectsWithLLVM/index.html

Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=307682&r1=307681&r2=307682&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Tue Jul 11 11:08:15 2017
@@ -87,8 +87,7 @@
 <div class="www_subsection">
   <a name="dragonegg">dragonegg</a>
 </div>
-
-<div class="www_subsubsection">
+<div class="www_text">
 Dragonegg integrates the LLVM optimizers and code generator with the GCC parsers.
 This allows LLVM to compile Ada, Fortran, and other languages supported by
 the GCC compiler frontends, and access to C features not supported by Clang.
@@ -99,7 +98,7 @@ See <a href="http://dragonegg.llvm.org">
   <a name="vmkit">VMKit: a substrate for virtual machines</a>
 </div>
 
-<div class="www_subsubsection">
+<div class="www_text">
 Current MREs are monolithic. Extending them to propose new features or reusing them to execute new languages is difficult. VMKit is a library that eases the development of new MREs and the process of experimenting with new mechanisms inside MREs. VMKit provides the basic components of MREs: a JIT compiler, a GC, and a thread manager.
        See <a href="http://vmkit.llvm.org/">vmkit webpage</a>.
         </div>




More information about the llvm-commits mailing list