1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

another tiny nudge for code tag

This commit is contained in:
Dave Conway-Jones 2016-09-17 15:29:54 +01:00
parent fcb6f78d54
commit 0ec95041d9

View File

@ -82,11 +82,13 @@ code, pre {
}
code {
padding: 0px 4px 2px 4px;
padding: 0px 3px 2px 3px;
margin: 1px;
color: #AD1625;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 2px;
}
pre {