[llvm-commits] CVS: llvm-www/DevMtgMay2007.html llvm.css

Reid Spencer reid at x10sys.com
Sat Mar 31 18:45:12 PDT 2007



Changes in directory llvm-www:

DevMtgMay2007.html updated: 1.17 -> 1.18
llvm.css updated: 1.19 -> 1.20
---
Log message:

Fix table formatting.


---
Diffs of the changes:  (+4 -4)

 DevMtgMay2007.html |    4 ++--
 llvm.css           |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm-www/DevMtgMay2007.html
diff -u llvm-www/DevMtgMay2007.html:1.17 llvm-www/DevMtgMay2007.html:1.18
--- llvm-www/DevMtgMay2007.html:1.17	Sat Mar 31 20:43:14 2007
+++ llvm-www/DevMtgMay2007.html	Sat Mar 31 20:44:55 2007
@@ -60,7 +60,7 @@
   preliminary agenda. That said, here's roughly how we think the meeting will 
   go (all times approximate):</p>
   <table class="www">
-    <tr><td>Start</th><th>Stop</th><th>Description</th></tr>
+    <tr><th>Start</th><th>Stop</th><th>Description</th></tr>
     <tr><td>08:00</td><td>08:45</td><td>Meet - Greet</td></tr>
     <tr><td>08:45</td><td>09:00</td><td>Session 0: LLVM History</td></tr>
     <tr><td>09:00</td><td>10:30</td><td>Session 1: Introductions</td></tr> 
@@ -211,6 +211,6 @@
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br/>Last modified: $Date: 2007/04/01 01:43:14 $
+<br/>Last modified: $Date: 2007/04/01 01:44:55 $
 </address>
 <!--#include virtual="footer.incl" -->


Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.19 llvm-www/llvm.css:1.20
--- llvm-www/llvm.css:1.19	Sat Mar 31 20:42:08 2007
+++ llvm-www/llvm.css	Sat Mar 31 20:44:55 2007
@@ -90,9 +90,9 @@
                width: 60%;
                background: #f7f7f7;
                border: 2px solid #cccccc }
-TR.www, TD.www { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; 
+.www TD, TH    { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; 
                  text-align: left; }
-TH.www         { border: 2px solid gray; font-weight: bold; font-size: 105%; 
+.www TH        { border: 2px solid gray; font-weight: bold; font-size: 105%; 
                  color: black; background: url("img/lines.gif");
                  font-family: "Georgia,Palatino,Times,Roman,SanSerif"; 
                  text-align: left; vertical-align: middle; }






More information about the llvm-commits mailing list