Address Issue #7.

images/glfs-logo.png now properly appears at the top of the page in div .book .titlepage. Looks nice but has a small spacing issue. Not major so it can stay.
This commit is contained in:
Zeckmathederg 2024-07-05 07:52:20 -06:00
parent ffd796efc1
commit abe6504ede
5 changed files with 34 additions and 1 deletions

View File

@ -42,6 +42,13 @@
<listitem>
<para>July 5th, 2024</para>
<itemizedlist>
<listitem>
<para>
Address Issue
<ulink url="https://github.com/Zeckmathederg/glfs/issues/7">#7
</ulink>.
</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - Apply commit
8bc8eb5feb2867613ea268e0016cf644ce7e1397 from BLFS git for GNAT.</para>

View File

@ -26,6 +26,13 @@ a:active { color: #9ea8db ! important;}
padding: 0 1em;
}
.book .titlepage img {
max-width: 100%;
height: auto;
display: block;
margin: 0px auto;
}
.book hr {
background: #4c4d4e;
height: .3em;

View File

@ -26,6 +26,13 @@ a:active { color: #9ea8db ! important;}
padding: 0 1em;
}
.book .titlepage img {
max-width: 100%;
height: auto;
display: block;
margin: 0px auto;
}
.book hr {
background: #4c4d4e;
height: .3em;

View File

@ -26,6 +26,13 @@ a:active { color: #6b77b1 ! important;}
padding: 0 1em;
}
.book .titlepage img {
max-width: 100%;
height: auto;
display: block;
margin: 0px auto;
}
.book hr {
background: #dbddec;
height: .3em;

View File

@ -21,7 +21,12 @@
<link rel="icon" href="../images/favicon.ico" type="image/x-icon"/>
</xsl:if>
<xsl:if test="$home = .">
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
<div class="book">
<div class="titlepage">
<img src="images/glfs-logo.png" alt="GLFS Logo" width="150" height="150"/>
</div>
</div>
</xsl:if>
</head>
</xsl:template>