mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
Merge pull request #5817 from marc1706/ticket/16290
[ticket/16290] Update to new SVG logo in package docs
This commit is contained in:
commit
ed34079452
@ -20,7 +20,7 @@
|
||||
<div class="inner">
|
||||
|
||||
<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>
|
||||
<p style="display: none;"><a href="#start_here">Skip</a></p>
|
||||
</div>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<div class="inner">
|
||||
|
||||
<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>
|
||||
<p>phpBB 3.3.x frequently asked questions</p>
|
||||
<p style="display: none;"><a href="#start_here">Skip</a></p>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<div class="inner">
|
||||
|
||||
<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>
|
||||
<p>phpBB 3.3.x Installation, updating and conversion information</p>
|
||||
<p style="display: none;"><a href="#start_here">Skip</a></p>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<div class="inner">
|
||||
|
||||
<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>
|
||||
<p style="display: none;"><a href="#start_here">Skip</a></p>
|
||||
</div>
|
||||
|
@ -104,14 +104,14 @@ h4 {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #006600;
|
||||
font-weight: normal;
|
||||
font-family: 'Courier New', monospace;
|
||||
border-color: #D1D7DC;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
background-color: #FAFAFA;
|
||||
code {
|
||||
color: #006600;
|
||||
font-weight: normal;
|
||||
font-family: 'Courier New', monospace;
|
||||
border-color: #D1D7DC;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
background-color: #FAFAFA;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
@ -154,6 +154,14 @@ a#logo:hover {
|
||||
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 {
|
||||
float: left;
|
||||
width: 70%;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.0 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 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>
|
||||
<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>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<div class="inner">
|
||||
|
||||
<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>
|
||||
<p>Rhea coding guidelines document</p>
|
||||
<p style="display: none;"><a href="#start_here">Skip</a></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user