Make the stylesheet conform to CSS standard.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-01-15 00:13:59 +00:00
parent 7851e1b328
commit 5a141db9d8

View File

@ -47,5 +47,6 @@ address { clear: right; }
.doc_red { color: red }
.doc_table { text-align: center; width: 90%; padding: 1 1 1 1; border: 1 1 1 1 ; }
.doc_table { text-align: center; width: 90%;
padding: 1px 1px 1px 1px; border: 1px; }