Specify units in padding length.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13560 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/llvm.css b/docs/llvm.css
index d665dd0..b5073e1 100644
--- a/docs/llvm.css
+++ b/docs/llvm.css
@@ -33,7 +33,7 @@
                   text-align: left;  font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
                   margin: 1.5em 0.5em 1.5em 0.5em }
 
-.doc_subsubsection { margin: 1.5em 0.5em 1.5 0.5em;
+.doc_subsubsection { margin: 1.5em 0.5em 1.5em 0.5em;
                      padding: 20pt 4pt 4pt 4pt;
                      font-weight: bold; font-style: oblique;
                      border-bottom: 1px solid #999999; font-size: 12pt }