[llvm-commits] [www] r118159 - in /www/trunk: devmtg/2010-11/index.html llvm.css

Tanya Lattner tonic at nondot.org
Tue Nov 2 23:25:13 PDT 2010


Author: tbrethou
Date: Wed Nov  3 01:25:13 2010
New Revision: 118159

URL: http://llvm.org/viewvc/llvm-project?rev=118159&view=rev
Log:
Work on css style for agenda table for devmtg.

Modified:
    www/trunk/devmtg/2010-11/index.html
    www/trunk/llvm.css

Modified: www/trunk/devmtg/2010-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2010-11/index.html?rev=118159&r1=118158&r2=118159&view=diff
==============================================================================
--- www/trunk/devmtg/2010-11/index.html (original)
+++ www/trunk/devmtg/2010-11/index.html Wed Nov  3 01:25:13 2010
@@ -74,7 +74,7 @@
 
 <div class="www_sectiontitle" id="agenda">Agenda</div>
 <p>
-<table border=1>
+<table class="devmtg">
 <tr><th>Time</th><th>Talk</th><th>Location</th></tr>
 
 <tr><td>8:00 - 8:45</td><td>Breakfast</td><td>Market Room</td></tr>

Modified: www/trunk/llvm.css
URL: http://llvm.org/viewvc/llvm-project/www/trunk/llvm.css?rev=118159&r1=118158&r2=118159&view=diff
==============================================================================
--- www/trunk/llvm.css (original)
+++ www/trunk/llvm.css Wed Nov  3 01:25:13 2010
@@ -99,3 +99,13 @@
 TABLE.www      { text-align: left; border: 2px solid black; 
                  border-collapse: collapse; margin-top: 1em; margin-left: 1em; 
                  margin-right: 1em; margin-bottom: 1em; }
+
+/* Dev Meeting Agenda */
+table.devmtg {
+	border: 1px solid #cef;}
+th.devmtg {
+	font-weight: bold;
+	background-color: #58ACFA;
+	border-bottom: 1px solid #58ACFA; }
+tr.devmtg {
+	background-color: #A9D0F5}





More information about the llvm-commits mailing list