[llvm-commits] CVS: llvm/docs/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Thu May 13 11:39:54 PDT 2004
Changes in directory llvm/docs:
llvm.css updated: 1.15 -> 1.16
---
Log message:
Specify units in padding length.
---
Diffs of the changes: (+1 -1)
Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.15 llvm/docs/llvm.css:1.16
--- llvm/docs/llvm.css:1.15 Wed May 12 16:28:08 2004
+++ llvm/docs/llvm.css Thu May 13 11:37:52 2004
@@ -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 }
More information about the llvm-commits
mailing list