From c148e5e48731e8e4f6bd053ff8b15a1c7ee1a3e1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 27 Jul 2006 05:29:25 +0000 Subject: [PATCH] Reduce the padding on the doc_notes style. It was set to 1em which leaves the shaded box with a large blank border, wasting space. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29328 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/llvm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llvm.css b/docs/llvm.css index c1dc4d4b194..69ae45538fc 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -66,7 +66,7 @@ TABLE { text-align: center; border: 2px solid black; padding: 0 1em 0 1em; display:table; } -.doc_notes { background: #fafafa; border: 1px solid #cecece; padding: 1em } +.doc_notes { background: #fafafa; border: 1px solid #cecece; padding: 0.1em } TABLE.layout { text-align: left; border: none; border-collapse: collapse; padding: 4px 4px 4px 4px; }