mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12073] Increase size of samp and code tags in ACP
PHPBB3-12073
This commit is contained in:
parent
8a61e4b4c0
commit
2de3943cec
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ body {
|
||||||
margin: 10px 15px;
|
margin: 10px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code, samp {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue