Left-justify text in report table.

llvm-svn: 49358
This commit is contained in:
Ted Kremenek 2008-04-07 23:50:07 +00:00
parent bd1bd88423
commit a378fe0a2e
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ print OUT <<ENDTEXT;
table.sortable { border-collapse: collapse; border-spacing: 0px }
td { border-bottom: 1px #000000 dotted }
td { padding:5px; padding-left:8px; padding-right:8px }
td { text-align:right; font-size:9pt }
td { text-align:left; font-size:9pt }
td.View { padding-left: 10px }
</style>
<script src="sorttable.js"></script>