From: NAKAMURA Takumi Date: Fri, 29 Apr 2011 09:59:12 +0000 (+0000) Subject: docs/doxygen.css: Tweak padding on memdoc. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=780cc5f6634c371d8d16ddbc3cfbfad16809499e;p=oota-llvm.git docs/doxygen.css: Tweak padding on memdoc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/doxygen.css b/docs/doxygen.css index b47c6bfdb83..80c6cad558c 100644 --- a/docs/doxygen.css +++ b/docs/doxygen.css @@ -401,3 +401,8 @@ div.memproto { -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; } + +div.memdoc { + padding-left: 1em; + padding-right: 1em; +}