1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/12599] Add padding on the sides of the inline code boxes.

PHPBB3-12599
This commit is contained in:
Cesar G 2014-05-27 08:40:18 -07:00
parent 5cd3e7627c
commit 62f69224a4

View File

@ -104,6 +104,7 @@ code {
border-width: 1px;
border-style: solid;
background-color: #FAFAFA;
padding: 0 4px;
}
#wrap {