mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/12599] Add padding on the sides of the inline code boxes.
PHPBB3-12599
This commit is contained in:
parent
5cd3e7627c
commit
62f69224a4
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ code {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrap {
|
#wrap {
|
||||||
|
|
Loading…
Add table
Reference in a new issue