diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-29 09:59:12 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-29 09:59:12 +0000 |
commit | 780cc5f6634c371d8d16ddbc3cfbfad16809499e (patch) | |
tree | 2b1897fb379ff24193d0b7460ecb83b2bb04fb8e /docs | |
parent | b89e699b7456b943a0f2a0ba24e1dff8b46bec9f (diff) |
docs/doxygen.css: Tweak padding on memdoc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/doxygen.css b/docs/doxygen.css index b47c6bfdb8..80c6cad558 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; +} |