From: handa Date: Tue, 8 Jul 2003 03:55:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~141 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=96586c1263297aff8eede97a08b52908ac7e8217 *** empty log message *** --- diff --git a/doxyfile.in b/doxyfile.in index 0fb190e..7e6849a 100644 --- a/doxyfile.in +++ b/doxyfile.in @@ -311,7 +311,7 @@ WARN_LOGFILE = warning INPUT = "data-%USR_JA_DEV%/mainpage.txt" INPUT += "@M17NLIB@/src/m17n-core.h" INPUT += "@M17NLIB@/src/m17n.h" -INPUT += "@M17NLIB@/src/m17n-win.h" +INPUT += "@M17NLIB@/src/m17n-gui.h" INPUT += "@M17NLIB@/src/m17n-X.h" INPUT += "@M17NLIB@/src/m17n-err.h" INPUT += "@M17NLIB@/src/" diff --git a/m17n-lib.css b/m17n-lib.css index 59c4e02..a316629 100644 --- a/m17n-lib.css +++ b/m17n-lib.css @@ -1,4 +1,5 @@ H1 { text-align: center} +code { text-decoration: none; font-weight: normal; font-family: monospace} A.qindex {} A.qindexRef {color: fuchsia} A.el { text-decoration: none; font-weight: bold } @@ -8,7 +9,7 @@ A.codeRef { font-weight: normal; color: #4444ee } A:hover { text-decoration: none; background-color: #f2f2ff } A:active {text-decoration: none; color: white; background-color: navy } DL.el { margin-left: -1cm } -DIV.fragment { width: 100%; border: none; background-color: #eeeeee } +DIV.fragment { width: 90%; border: none; background-color: #eeeeee} DIV.ah { background-color: navy; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } TD.md { background-color: #f2f2ff; font-weight: bold; } TD.mdname { background-color: #f2f2ff; font-weight: bold; font-style: italic } diff --git a/m17nlib.css b/m17nlib.css deleted file mode 100644 index a316629..0000000 --- a/m17nlib.css +++ /dev/null @@ -1,24 +0,0 @@ -H1 { text-align: center} -code { text-decoration: none; font-weight: normal; font-family: monospace} -A.qindex {} -A.qindexRef {color: fuchsia} -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 } -A:hover { text-decoration: none; background-color: #f2f2ff } -A:active {text-decoration: none; color: white; background-color: navy } -DL.el { margin-left: -1cm } -DIV.fragment { width: 90%; border: none; background-color: #eeeeee} -DIV.ah { background-color: navy; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } -TD.md { background-color: #f2f2ff; font-weight: bold; } -TD.mdname { background-color: #f2f2ff; font-weight: bold; font-style: italic } -DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold } -DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller } -FONT.keyword { color: #008000 } -FONT.keywordtype { color: #604020 } -FONT.keywordflow { color: #e08000 } -FONT.comment { color: #800000 } -FONT.preprocessor { color: #806020 } -FONT.stringliteral { color: #002080 } -FONT.charliteral { color: #008080 }