[ticket/12073] Increase size of samp and code tags in ACP

PHPBB3-12073
This commit is contained in:
Matt Friedman 2014-03-13 15:08:21 -07:00
parent 8a61e4b4c0
commit 2de3943cec

View file

@ -43,6 +43,10 @@ body {
margin: 10px 15px;
}
code, samp {
font-size: 1.2em;
}
img {
border: 0;
}