From af28954a37981e2b2e310733c634866b266cf603 Mon Sep 17 00:00:00 2001 From: j8takagi <j8takagi@nifty.com> Date: Thu, 27 Jan 2011 19:01:30 +0900 Subject: [PATCH] =?utf8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?= =?utf8?q?=E3=83=88=E7=9B=AE=E6=AC=A1=E3=81=AE=E8=A6=8B=E3=81=9B=E6=96=B9?= =?utf8?q?=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/autotest_mk.html | 20 +++++++++++++++----- doc/autotest_mk.texi | 16 ++++++++++++++-- doc/style.css | 17 +++++++++++++++-- 3 files changed, 44 insertions(+), 9 deletions(-) diff --git a/doc/autotest_mk.html b/doc/autotest_mk.html index b49532c..256b563 100644 --- a/doc/autotest_mk.html +++ b/doc/autotest_mk.html @@ -58,6 +58,19 @@ h2 { background-color: inherit; } +.shortcontents { + background-color: #DDF; + border: 4px double #000; + } + +.shortcontents h2{ + display: none; +} + +.shortcontents a { + margin-right: 1em; +} + h3, h4, h5 { color: navy; margin-left: -1em; @@ -135,9 +148,7 @@ dt { <div class="node"> <a name="Top"></a> <p><hr> -Next: <a rel="next" accesskey="n" href="#About">About</a>, -Previous: <a rel="previous" accesskey="p" href="#dir">(dir)</a>, -Up: <a rel="up" accesskey="u" href="#dir">(dir)</a> +Next: <a rel="next" accesskey="n" href="#About">About</a> </div> @@ -149,8 +160,7 @@ Up: <a rel="up" accesskey="u" href="#dir">(dir)</a> <li><a accesskey="5" href="#Template-dir">Template dir</a>: ãã³ãã¬ã¼ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« <li><a accesskey="6" href="#Group-dir">Group dir</a>: ã°ã«ã¼ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« <li><a accesskey="7" href="#Test-dir">Test dir</a>: ãã¹ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« - - </ul> +</ul> <div class="contents"> <h2>Table of Contents</h2> diff --git a/doc/autotest_mk.texi b/doc/autotest_mk.texi index 4f04c4d..8aeeaa1 100644 --- a/doc/autotest_mk.texi +++ b/doc/autotest_mk.texi @@ -29,6 +29,7 @@ Copyright @copyright{} 2011 j8takagi @insertcopying @end titlepage +@ifinfo @node Top, About, (dir), (dir) @menu @@ -40,7 +41,6 @@ Copyright @copyright{} 2011 j8takagi * Group dir:: ã°ã«ã¼ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« * Test dir:: ãã¹ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« -@ifinfo @detailmenu --- The Detailed Node Listing --- @@ -113,10 +113,22 @@ Autotest.mk ãã¥ã¼ããªã¢ã«II - Cè¨èª@code{sort}é¢æ°ã®ãã¹ã * Test Files:: ãã¹ããã£ã¬ã¯ããªã¼ã®ãã¡ã¤ã« @end detailmenu -@end ifinfo @end menu +@end ifinfo @ifnotinfo +@node Top, About + +@menu +* About:: Autotest.mk æ¦è¦ +* Install:: Autotest.mk ã¤ã³ã¹ãã¼ã« +* Tutorial triangle:: Autotest.mk ãã¥ã¼ããªã¢ã«I - ä¸è§å½¢å¤å®ããã°ã©ã ã®ãã¹ã +* Tutorial sort:: Autotest.mk ãã¥ã¼ããªã¢ã«II - Cè¨èª@code{sort}é¢æ°ã®ãã¹ã +* Template dir:: ãã³ãã¬ã¼ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« +* Group dir:: ã°ã«ã¼ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« +* Test dir:: ãã¹ããã£ã¬ã¯ããªã¼ ããã¥ã¢ã« +@end menu + @contents @end ifnotinfo diff --git a/doc/style.css b/doc/style.css index d21908e..d117590 100644 --- a/doc/style.css +++ b/doc/style.css @@ -33,8 +33,21 @@ h2 { .contents h2 { margin-left: 0; - color: inherit; - background-color: inherit; + color: black; + background-color: #DDF; +} + +.shortcontents { + background-color: #DDF; + border: 4px double #000; + } + +.shortcontents h2{ + display: none; +} + +.shortcontents a { + margin-right: 1em; } h3, h4, h5 { -- 2.18.0