diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html
index 32b2d98ab4..824a604105 100644
--- a/phpBB/docs/README.html
+++ b/phpBB/docs/README.html
@@ -20,7 +20,7 @@
-

+
phpBB 3.3.x Readme
Skip
diff --git a/phpBB/docs/assets/css/stylesheet.css b/phpBB/docs/assets/css/stylesheet.css
index c090ab7e07..b240a90d58 100644
--- a/phpBB/docs/assets/css/stylesheet.css
+++ b/phpBB/docs/assets/css/stylesheet.css
@@ -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%;
diff --git a/phpBB/docs/assets/images/site_logo.gif b/phpBB/docs/assets/images/site_logo.gif
deleted file mode 100644
index 2517fbedd6..0000000000
Binary files a/phpBB/docs/assets/images/site_logo.gif and /dev/null differ
diff --git a/phpBB/docs/assets/images/site_logo.svg b/phpBB/docs/assets/images/site_logo.svg
new file mode 100644
index 0000000000..4ce8903417
--- /dev/null
+++ b/phpBB/docs/assets/images/site_logo.svg
@@ -0,0 +1,6 @@
+
diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html
index 960fa76417..c011fdc27f 100644
--- a/phpBB/docs/auth_api.html
+++ b/phpBB/docs/auth_api.html
@@ -20,7 +20,7 @@
-

+
Auth API
This is an explanation of how to use the phpBB auth/acl API
Skip
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index ffa2112771..8b4cc2a814 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -20,7 +20,7 @@
-

+
Coding Guidelines
Rhea coding guidelines document
Skip