[www] r364603 - GitHubMigrationStatus: Fix page layout

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 15:11:04 PDT 2019


Author: tstellar
Date: Thu Jun 27 15:11:02 2019
New Revision: 364603

URL: http://llvm.org/viewvc/llvm-project?rev=364603&view=rev
Log:
GitHubMigrationStatus: Fix page layout

Modified:
    www/trunk/GitHubMigrationStatus.html

Modified: www/trunk/GitHubMigrationStatus.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/GitHubMigrationStatus.html?rev=364603&r1=364602&r2=364603&view=diff
==============================================================================
--- www/trunk/GitHubMigrationStatus.html (original)
+++ www/trunk/GitHubMigrationStatus.html Thu Jun 27 15:11:02 2019
@@ -1,7 +1,10 @@
 <!--#include virtual="header.incl" -->
 
 <style>
-  table, th, td {
+  table.github {
+   border: 1px solid black;
+  }
+  table.github th, table.github td {
     border: 1px solid black;
   }
 </style>
@@ -21,7 +24,7 @@ Migration Instructions For:
 </ul>
 
 <h3>Blocking Tasks</h3>
-<table>
+<table class="github">
   <tr>
     <th>Task</th>
     <th>Status</th> 
@@ -60,7 +63,7 @@ Migration Instructions For:
 </table>
 
 <h3>Other Tasks</h3>
-<table>
+<table class="github">
   <tr>
     <th>Task</th>
     <th>Status</th> 




More information about the llvm-commits mailing list