[Lldb-commits] [lldb] r246645 - Fix test.html webpage alignment

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 05:20:42 PDT 2015


Author: labath
Date: Wed Sep  2 07:20:41 2015
New Revision: 246645

URL: http://llvm.org/viewvc/llvm-project?rev=246645&view=rev
Log:
Fix test.html webpage alignment

Modified:
    lldb/trunk/www/test.html

Modified: lldb/trunk/www/test.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/test.html?rev=246645&r1=246644&r2=246645&view=diff
==============================================================================
--- lldb/trunk/www/test.html (original)
+++ lldb/trunk/www/test.html Wed Sep  2 07:20:41 2015
@@ -15,6 +15,7 @@
 
       <!--#include virtual="sidebar.incl"-->
 
+      <div id="middle">
         <div class="post">
           <h1 class="postheader">Testing LLDB</h1>
           <div class="postcontent">
@@ -111,6 +112,7 @@
           </div>
           <div class="postfooter"></div>
         </div>
+      </div>
     </div>
   </div>
 </body>




More information about the lldb-commits mailing list