aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/assets/css
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-07-16 10:59:48 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-07-16 10:59:48 +0200
commitc99820eb6b13e928fdc2138840e0ec77cd4fe6c9 (patch)
tree6b97c4a1adb49e0d03751e1b9ec6b7ad2ed0d3ac /phpBB/docs/assets/css
parent0ec5e2197908d69bfa18a0e257131e967cd96ec4 (diff)
parent1dea4625d0f958787c6357bef84a6d7a5453fe5f (diff)
downloadforums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar.gz
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar.bz2
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.tar.xz
forums-c99820eb6b13e928fdc2138840e0ec77cd4fe6c9.zip
Merge pull request #29 from phpbb/ticket/security-181
[ticket/security-181] Harden protection of migrations files and other directories
Diffstat (limited to 'phpBB/docs/assets/css')
-rw-r--r--phpBB/docs/assets/css/stylesheet.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/docs/assets/css/stylesheet.css b/phpBB/docs/assets/css/stylesheet.css
index 192a6f9f79..c090ab7e07 100644
--- a/phpBB/docs/assets/css/stylesheet.css
+++ b/phpBB/docs/assets/css/stylesheet.css
@@ -115,6 +115,17 @@ code {
padding: 0 4px;
}
+pre {
+ 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
+}
+
#wrap {
padding: 0 20px;
min-width: 650px;