Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2019-12-21 10:18:13 +01:00
commit c055a1d0ca
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
17 changed files with 20 additions and 4 deletions

1
.gitignore vendored
View file

@ -32,3 +32,4 @@ node_modules
/tests/vendor /tests/vendor
/vagrant/phpbb-install-config.yml /vagrant/phpbb-install-config.yml
.vagrant .vagrant
*.DS_Store*

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -217,14 +217,14 @@ li {
#page-header { #page-header {
font-size: 0.85em; font-size: 0.85em;
text-align: right; text-align: right;
background: url("../images/phpbb_logo.png") top left no-repeat; background: url("../images/phpbb_logo.svg") top left no-repeat;
height: 54px; height: 54px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.rtl #page-header { .rtl #page-header {
text-align: left; text-align: left;
background: url("../images/phpbb_logo.png") top right no-repeat; background: url("../images/phpbb_logo.svg") top right no-repeat;
} }
#page-header h1 { #page-header h1 {

View file

@ -76,7 +76,9 @@
<div class="inner"> <div class="inner">
<div id="site-description" class="site-description"> <div id="site-description" class="site-description">
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a> <a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}">
<span class="site_logo"></span>
</a>
<h1>{SITENAME}</h1> <h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p> <p>{SITE_DESCRIPTION}</p>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p> <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>

View file

@ -709,7 +709,7 @@ dd.profile-warnings {
} }
/* icon images */ /* icon images */
.site_logo { background-image: url("./images/site_logo.gif"); } .site_logo { background-image: url("./images/site_logo.svg"); }
.contact-icon { background-image: url("./images/icons_contact.png"); } .contact-icon { background-image: url("./images/icons_contact.png"); }
/* profile icons */ /* profile icons */

View file

@ -183,6 +183,7 @@ a:hover {
} }
.site_logo { .site_logo {
background-repeat: no-repeat;
display: inline-block; display: inline-block;
width: 149px; width: 149px;
height: 52px; height: 52px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

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