OSDN Git Service

Make the subsubsections stand out a bit more
authorChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 21:28:08 +0000 (21:28 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 21:28:08 +0000 (21:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13511 91177308-0d34-0410-b5e6-96231b3b80d8

docs/llvm.css

index e6b34fa..d665dd0 100644 (file)
@@ -34,8 +34,9 @@ address     { clear: right; }
                   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 }