diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-13 23:40:51 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-13 23:40:51 +0100 |
| commit | 4f8cba3c82f7a80b7b63e490022245158673d40f (patch) | |
| tree | 5017c16f6611ef1b681d82de5dd2e53ea223f899 | |
| parent | 8a61e4b4c0a490125409cd8990a92e0fe6edebdf (diff) | |
| parent | 2de3943cec28a1574f5a5058057ff2ec6047657f (diff) | |
| download | forums-4f8cba3c82f7a80b7b63e490022245158673d40f.tar forums-4f8cba3c82f7a80b7b63e490022245158673d40f.tar.gz forums-4f8cba3c82f7a80b7b63e490022245158673d40f.tar.bz2 forums-4f8cba3c82f7a80b7b63e490022245158673d40f.tar.xz forums-4f8cba3c82f7a80b7b63e490022245158673d40f.zip | |
Merge remote-tracking branch 'vsephpbb/ticket/12073' into develop
* vsephpbb/ticket/12073:
[ticket/12073] Increase size of samp and code tags in ACP
| -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; } |
