[llvm-commits] CVS: llvm/docs/llvm.css

Chris Lattner lattner at cs.uiuc.edu
Wed May 12 16:28:01 PDT 2004


Changes in directory llvm/docs:

llvm.css updated: 1.14 -> 1.15

---
Log message:

Make the subsubsections stand out a bit more


---
Diffs of the changes:  (+2 -1)

Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.14 llvm/docs/llvm.css:1.15
--- llvm/docs/llvm.css:1.14	Wed May 12 16:20:56 2004
+++ llvm/docs/llvm.css	Wed May 12 16:28:08 2004
@@ -34,8 +34,9 @@
                   margin: 1.5em 0.5em 1.5em 0.5em }
 
 .doc_subsubsection { margin: 1.5em 0.5em 1.5 0.5em;
+                     padding: 20pt 4pt 4pt 4pt;
                      font-weight: bold; font-style: oblique;
-                     border-bottom: 1px solid #999999 }
+                     border-bottom: 1px solid #999999; font-size: 12pt }
 
 .doc_text       { text-align: left; padding-left: 20pt }
 





More information about the llvm-commits mailing list