Changes in directory llvm-www:
llvm.css updated: 1.18 -> 1.19 --- Log message: Fix table formatting. --- Diffs of the changes: (+4 -3) llvm.css | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm-www/llvm.css diff -u llvm-www/llvm.css:1.18 llvm-www/llvm.css:1.19 --- llvm-www/llvm.css:1.18 Sat Mar 31 20:40:08 2007 +++ llvm-www/llvm.css Sat Mar 31 20:42:08 2007 @@ -90,11 +90,12 @@ width: 60%; background: #f7f7f7; border: 2px solid #cccccc } -TR.www, TD.www { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; } +TR.www, TD.www { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; + text-align: left; } 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; + text-align: left; vertical-align: middle; } +TABLE.www { text-align: left; 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