mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16290] Update to new SVG logo in package docs
PHPBB3-16290
This commit is contained in:
parent
b83de54bb4
commit
f6b47e2ee3
9 changed files with 28 additions and 14 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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 |
6
phpBB/docs/assets/images/site_logo.svg
Normal file
6
phpBB/docs/assets/images/site_logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 33 KiB |
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue