Make the stylesheet conform to CSS standard.

llvm-svn: 10867
This commit is contained in:
Misha Brukman 2004-01-15 00:13:59 +00:00
parent b05f02336c
commit 0bb8e9c3de
1 changed files with 2 additions and 1 deletions

View File

@ -47,5 +47,6 @@ address { clear: right; }
.doc_red { color: red } .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; }