mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
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:
parent
ffd796efc1
commit
abe6504ede
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user