aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/assets/css/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/docs/assets/css/stylesheet.css')
-rw-r--r--phpBB/docs/assets/css/stylesheet.css24
1 files changed, 16 insertions, 8 deletions
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%;