diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-12 06:24:04 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-12 06:24:04 +0000 |
| commit | 5ae535389412c702726e0f8b418b701c6487fa6f (patch) | |
| tree | 1ccd48409cbc0f28e6148152467f56e73c728d32 /clang/docs | |
| parent | 52e02808c573630e84e4cdd8548e22193dea3aca (diff) | |
| download | bcm5719-llvm-5ae535389412c702726e0f8b418b701c6487fa6f.tar.gz bcm5719-llvm-5ae535389412c702726e0f8b418b701c6487fa6f.zip | |
docs/doxygen.css: Import .memitem, .memproto and .memdoc from llvm/doxygen.
llvm-svn: 137435
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/doxygen.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/clang/docs/doxygen.css b/clang/docs/doxygen.css index f105e202761..9780b98db2c 100644 --- a/clang/docs/doxygen.css +++ b/clang/docs/doxygen.css @@ -370,9 +370,39 @@ 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; +} + +div.memdoc { + padding-left: 1em; + padding-right: 1em; +} |

