[cfe-commits] r137435 - /cfe/trunk/docs/doxygen.css
NAKAMURA Takumi
geek4civic at gmail.com
Thu Aug 11 23:24:04 PDT 2011
Author: chapuni
Date: Fri Aug 12 01:24:04 2011
New Revision: 137435
URL: http://llvm.org/viewvc/llvm-project?rev=137435&view=rev
Log:
docs/doxygen.css: Import .memitem, .memproto and .memdoc from llvm/doxygen.
Modified:
cfe/trunk/docs/doxygen.css
Modified: cfe/trunk/docs/doxygen.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/doxygen.css?rev=137435&r1=137434&r2=137435&view=diff
==============================================================================
--- cfe/trunk/docs/doxygen.css (original)
+++ cfe/trunk/docs/doxygen.css Fri Aug 12 01:24:04 2011
@@ -370,9 +370,39 @@
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;
+}
More information about the cfe-commits
mailing list