diff options
author | Matt Friedman <maf675@gmail.com> | 2014-03-13 15:08:21 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-03-13 15:08:21 -0700 |
commit | 2de3943cec28a1574f5a5058057ff2ec6047657f (patch) | |
tree | 5017c16f6611ef1b681d82de5dd2e53ea223f899 /phpBB/adm | |
parent | 8a61e4b4c0a490125409cd8990a92e0fe6edebdf (diff) | |
download | forums-2de3943cec28a1574f5a5058057ff2ec6047657f.tar forums-2de3943cec28a1574f5a5058057ff2ec6047657f.tar.gz forums-2de3943cec28a1574f5a5058057ff2ec6047657f.tar.bz2 forums-2de3943cec28a1574f5a5058057ff2ec6047657f.tar.xz forums-2de3943cec28a1574f5a5058057ff2ec6047657f.zip |
[ticket/12073] Increase size of samp and code tags in ACP
PHPBB3-12073
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7ef74e4db0..d80f538a01 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -43,6 +43,10 @@ body { margin: 10px 15px; } +code, samp { + font-size: 1.2em; +} + img { border: 0; } |