fix licence

This commit is contained in:
rca 2024-08-30 14:20:54 +09:00
parent 74721a5d7f
commit ee0cdabb8d
2 changed files with 11 additions and 2 deletions

5
css/fix.css Normal file
View File

@ -0,0 +1,5 @@
.BackCover .Colophon .License {
font-size: 8pt;
line-height: 1.2;
font-weight: normal;
}

View File

@ -7,6 +7,7 @@
<title>Lacerta ライセンス文書</title>
<link rel="stylesheet" href="../css/github-markdown.css">
<link rel="stylesheet" href="../css/custom.css">
<link rel="stylesheet" href="../css/fix.css">
</head>
<body>
<div class="FrontCover">
@ -21,7 +22,10 @@
<div class="Colophon">
<span class="Title">Lacerta ライセンス文書</span><br>
<span class="PubDate">2024/08/24</span><br>
© 2024 Lacerta-doc<br>この文書は、Creative Commons Attribution 4.0 International License (CC BY 4.0) の下でライセンスされています。<br>このライセンスは、文書の内容にのみ適用され、文書生成に使用されたスクリプトには適用されません。
<span class="Copyright">© 2024 Lacerta-doc</span><br>
<span class="License">
この文書は、<a herf="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License (CC-BY-4.0)</a> の下でライセンスされています。<br>
このライセンスは、文書の内容にのみ適用され、文書生成に使用されたスクリプトには適用されません。<br>
</span>
</div>
</div>