]> j8takagi.net git repositories - autotest_mk.git/commitdiff
docのスタイルシートを更新。YACASL2と同じに v0.2p23
authorj8takagi <j8takagi@nifty.com>
Thu, 4 Jun 2026 04:59:19 +0000 (13:59 +0900)
committerj8takagi <j8takagi@nifty.com>
Thu, 4 Jun 2026 05:24:27 +0000 (14:24 +0900)
VERSION
doc/style.css

diff --git a/VERSION b/VERSION
index c6abb7f66d4fb03d64cb6f0caa745dbeefae41ae..cec6183a4bca45c0d54052c5105790fa0133df91 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2p22
+0.2p23
index d6409a0917d27e3e3a84688d414644de09a2b4ec..c97518c68b03e6bc3d33803ea0d83a6229efe786 100644 (file)
@@ -15,6 +15,13 @@ h1, h2 {
     margin-left: -2em;
 }
 
+.breadcrumbs {
+    padding-bottom: 10px;
+    margin-bottom: 20px;
+    border-bottom: 1px solid #ccc;
+    font-size: 90%;
+}
+
 .node{
     margin-left: -3em;
     color: inherit;
@@ -94,8 +101,9 @@ a:hover {
     text-decoration: underline;
 }
 
-pre.example, pre.verbatim {
-    padding: 0.5em 1em 0.5em 1em;
+.example, pre.verbatim {
+    margin: 0.5em 0 0.5em 0;
+    padding: 0 0 0 1em;
     border: 1px solid #CCC;
 }
 
@@ -108,11 +116,20 @@ blockquote {
     border: 1px solid #00F;
 }
 
-kbd, code, .file, var {
+kbd, code, .file, var, kbd.kbd {
     font-style: normal;
     font-weight: normal;
     font-family: monospace;
-    font-size: 120%;
+    font-size: 110%;
+    margin-left:0.25em;
+    margin-right: 0.25em;
+}
+
+kbd.kbd {
+    font-style: normal;
+    font-weight: bold;
+    font-family: monospace;
+    font-size: 110%;
     margin-left:0.25em;
     margin-right: 0.25em;
 }
@@ -127,13 +144,7 @@ table.cartouche, table.cartouche th, table.cartouche td  {
     border: none;
 }
 
-.example {
-    border: 1px solid #00F;
-    padding-left: 2em;
-    margin: 1em 1em 1em 0em;
-}
-
-pre.example .command, pre.example .option, pre.example kbd {
+pre.example .command, pre.example .option, pre.example {
     font-weight: bold;
     font-family: monospace;
     font-size: 110%;
@@ -173,3 +184,13 @@ em {
     font-style: normal;
     font-weight: bold;
 }
+
+hr {
+    display: none;
+}
+
+p.nav-panel {
+    border-top: 1px solid #ccc;
+    border-bottom: 1px solid #ccc;
+    margin-top: 0.5em;
+}