From af28954a37981e2b2e310733c634866b266cf603 Mon Sep 17 00:00:00 2001 From: j8takagi 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 {


-Next: , -Previous: (dir), -Up: (dir) +Next: 
@@ -149,8 +160,7 @@ Up: (dir)
  • Template dir: テンプレートディレクトリー マニュアル
  • Group dir: グループディレクトリー マニュアル
  • Test dir: テストディレクトリー マニュアル - - +

    Table of Contents

    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