From: Chris Lattner Date: Wed, 12 May 2004 21:28:08 +0000 (+0000) Subject: Make the subsubsections stand out a bit more X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5f4d473d89010fb11d8c645377f172045892b681;p=oota-llvm.git Make the subsubsections stand out a bit more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13511 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/llvm.css b/docs/llvm.css index e6b34faba5c..d665dd0276f 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -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 }