Skip to content

Commit

Permalink
Merge pull request #64 from MinoruSekine/chore/63/shorten_footer_height
Browse files Browse the repository at this point in the history
chore: Shorten height of footer area. (#63)
  • Loading branch information
MinoruSekine authored Jan 11, 2025
2 parents 8e105be + f7e7b11 commit d6597b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ <h2>前記の上昇値になるステータス</h2>
<hr>

<p>
GitHub: <a href="https://github.com/MinoruSekine/nol_hero_bond">Source</a> | <a href="https://github.com/MinoruSekine/nol_hero_bond/issues">Issue tracker</a>
</p>

<p>
Version NolHeroBondVersion
</p>

<hr>

<p>
関連リンク: <a href="https://minorusekine.github.io/nol_tsukumo/">信長の野望online 九十九の源 計算機</a>
<span class="footer-element">
Version NolHeroBondVersion
</span>
&emsp;
<span class="footer-element">
GitHub: <a href="https://github.com/MinoruSekine/nol_hero_bond">Source</a> | <a href="https://github.com/MinoruSekine/nol_hero_bond/issues">Issue tracker</a>
</span>
&emsp;
<span class="footer-element">
関連リンク: <a href="https://minorusekine.github.io/nol_tsukumo/">信長の野望online 九十九の源 計算機</a>
</span>
</p>

</body>
Expand Down
4 changes: 4 additions & 0 deletions nol_hero_bond.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ input{
font-size: 100%
}

span.footer-element{
display: inline-block;
}

span.input-label{
display: inline-block;
width: 6em;
Expand Down

0 comments on commit d6597b7

Please sign in to comment.