From f4e4feb619fd364bf267e3e2af3afee3fb68a6ab Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 15 Apr 2004 20:49:32 +0000 Subject: Add note about passing arguments to program being debugged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12970 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/llvm.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/llvm.css') diff --git a/docs/llvm.css b/docs/llvm.css index a2b1e04..06be583 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -51,3 +51,7 @@ address { clear: right; } padding: 1px 1px 1px 1px; border: 1px; } .doc_warning { color: red; font-weight: bold } + +.doc_code { border: solid 1px gray; background: #eeeeee; + width: 700px; margin: 0 0 0 1em; + padding: 0 0 0 1em } -- cgit v1.1