[ticket/16290] Update to new SVG logo in package docs

PHPBB3-16290
This commit is contained in:
Marc Alexander 2020-01-04 22:32:59 +01:00
parent b83de54bb4
commit f6b47e2ee3
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
9 changed files with 28 additions and 14 deletions

View file

@ -20,7 +20,7 @@
<div class="inner"> <div class="inner">
<div id="doc-description"> <div id="doc-description">
<a href="../index.php" id="logo"><img src="assets/images/site_logo.gif" alt="" /></a> <a href="../index.php" id="logo"><span class="site_logo"></span></a>
<h1>phpBB 3.3.x Changelog</h1> <h1>phpBB 3.3.x Changelog</h1>
<p style="display: none;"><a href="#start_here">Skip</a></p> <p style="display: none;"><a href="#start_here">Skip</a></p>
</div> </div>

View file

@ -20,7 +20,7 @@
<div class="inner"> <div class="inner">
<div id="doc-description"> <div id="doc-description">
<a href="../index.php" id="logo"><img src="assets/images/site_logo.gif" alt="" /></a> <a href="../index.php" id="logo"><span class="site_logo"></span></a>
<h1>phpBB 3.3.x FAQ</h1> <h1>phpBB 3.3.x FAQ</h1>
<p>phpBB 3.3.x frequently asked questions</p> <p>phpBB 3.3.x frequently asked questions</p>
<p style="display: none;"><a href="#start_here">Skip</a></p> <p style="display: none;"><a href="#start_here">Skip</a></p>

View file

@ -20,7 +20,7 @@
<div class="inner"> <div class="inner">
<div id="doc-description"> <div id="doc-description">
<a href="../index.php" id="logo"><img src="assets/images/site_logo.gif" alt="" /></a> <a href="../index.php" id="logo"><span class="site_logo"></span></a>
<h1>phpBB 3.3.x Install</h1> <h1>phpBB 3.3.x Install</h1>
<p>phpBB 3.3.x Installation, updating and conversion information</p> <p>phpBB 3.3.x Installation, updating and conversion information</p>
<p style="display: none;"><a href="#start_here">Skip</a></p> <p style="display: none;"><a href="#start_here">Skip</a></p>

View file

@ -20,7 +20,7 @@
<div class="inner"> <div class="inner">
<div id="doc-description"> <div id="doc-description">
<a href="../index.php" id="logo"><img src="assets/images/site_logo.gif" alt="" /></a> <a href="../index.php" id="logo"><span class="site_logo"></span></a>
<h1>phpBB 3.3.x Readme</h1> <h1>phpBB 3.3.x Readme</h1>
<p style="display: none;"><a href="#start_here">Skip</a></p> <p style="display: none;"><a href="#start_here">Skip</a></p>
</div> </div>

View file

@ -154,6 +154,14 @@ a#logo:hover {
text-decoration: none; text-decoration: none;
} }
.site_logo {
background-image: url("../images/site_logo.svg");
background-repeat: no-repeat;
display: inline-block;
width: 149px;
height: 52px;
}
#doc-description { #doc-description {
float: left; float: left;
width: 70%; width: 70%;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -20,7 +20,7 @@
<div class="inner"> <div class="inner">
<div id="doc-description"> <div id="doc-description">
<a href="../index.php" id="logo"><img src="assets/images/site_logo.gif" alt="" /></a> <a href="../index.php" id="logo"><span class="site_logo"></span></a>
<h1>Auth API</h1> <h1>Auth API</h1>
<p>This is an explanation of how to use the phpBB auth/acl API</p> <p>This is an explanation of how to use the phpBB auth/acl API</p>
<p style="display: none;"><a href="#start_here">Skip</a></p> <p style="display: none;"><a href="#start_here">Skip</a></p>

View file

@ -20,7 +20,7 @@
<div class="inner"> <div class="inner">
<div id="doc-description"> <div id="doc-description">
<a href="../index.php" id="logo"><img src="assets/images/site_logo.gif" alt="" /></a> <a href="../index.php" id="logo"><span class="site_logo"></span></a>
<h1>Coding Guidelines</h1> <h1>Coding Guidelines</h1>
<p>Rhea coding guidelines document</p> <p>Rhea coding guidelines document</p>
<p style="display: none;"><a href="#start_here">Skip</a></p> <p style="display: none;"><a href="#start_here">Skip</a></p>