Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.15 -> 1.16 llvm.css updated: 1.17 -> 1.18 --- Log message: Add some table formatting for the dev meeting agenda. --- Diffs of the changes: (+11 -3) DevMtgMay2007.html | 6 +++--- llvm.css | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007.html:1.15 llvm-www/DevMtgMay2007.html:1.16 --- llvm-www/DevMtgMay2007.html:1.15 Sat Mar 31 20:27:38 2007 +++ llvm-www/DevMtgMay2007.html Sat Mar 31 20:40:08 2007 @@ -59,8 +59,8 @@ as many submissions as possible, even if it means rearranging this preliminary agenda. That said, here's roughly how we think the meeting will go (all times approximate):</p> - <table> - <tr><th>Start</th><th>Stop</th><th>Description</th></tr> + <table class="www"> + <tr>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:27:38 $ +<br/>Last modified: $Date: 2007/04/01 01:40:08 $ </address> <!--#include virtual="footer.incl" --> Index: llvm-www/llvm.css diff -u llvm-www/llvm.css:1.17 llvm-www/llvm.css:1.18 --- llvm-www/llvm.css:1.17 Fri Jan 7 17:25:58 2005 +++ llvm-www/llvm.css Sat Mar 31 20:40:08 2007 @@ -90,3 +90,11 @@ width: 60%; background: #f7f7f7; border: 2px solid #cccccc } +TR.www, TD.www { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; } +TH.www { 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:center; vertical-align: middle; } +TABLE.www { text-align: center; border: 2px solid black; + border-collapse: collapse; margin-top: 1em; margin-left: 1em; + margin-right: 1em; margin-bottom: 1em; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits