diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-27 21:53:35 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-27 21:53:35 +0000 |
commit | 8513d4236c8d621dcaffe9e94059225f055ee196 (patch) | |
tree | e8f56e92a0ec4adaac88b37da75ecef721ba27bc /llvm/docs/doxygen.css | |
parent | b2e1a5c998dd45915e1da4d0b10297b3abe9a65e (diff) | |
download | bcm5719-llvm-8513d4236c8d621dcaffe9e94059225f055ee196.tar.gz bcm5719-llvm-8513d4236c8d621dcaffe9e94059225f055ee196.zip |
docs/doxygen.css: Tweak style for readability.
A few styles are brought from http://llvm.org/test-doxygen/api/api.css
llvm-svn: 130333
Diffstat (limited to 'llvm/docs/doxygen.css')
-rw-r--r-- | llvm/docs/doxygen.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/llvm/docs/doxygen.css b/llvm/docs/doxygen.css index 83b049b5f1b..b47c6bfdb83 100644 --- a/llvm/docs/doxygen.css +++ b/llvm/docs/doxygen.css @@ -370,9 +370,34 @@ H2 { H3 { font-size: 100%; } + +H2, H3 { + border-bottom: 2px solid; + margin-top: 2em; +} + A.qindex {} A.qindexRef {} A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } A.code { text-decoration: none; font-weight: normal; color: #4444ee } A.codeRef { font-weight: normal; color: #4444ee } + +div.memitem { + border: 1px solid #999999; + margin-top: 1.0em; + margin-bottom: 1.0em; + -webkit-border-radius: 0.5em; + -webkit-box-shadow: 3px 3px 6px #777777; + -moz-border-radius: 0.5em; + -moz-box-shadow: black 3px 3px 3px; +} + +div.memproto { + background-color: #E3E4E5; + padding: 0.25em 0.5em; + -webkit-border-top-left-radius: 0.5em; + -webkit-border-top-right-radius: 0.5em; + -moz-border-radius-topleft: 0.5em; + -moz-border-radius-topright: 0.5em; +} |