Tweak css of dev docs to remove spaces between code and adjacent text.
This commit is contained in:
parent
e1b467424b
commit
3fee78a213
1 changed files with 5 additions and 2 deletions
|
|
@ -833,8 +833,11 @@ body {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
/*Approx the other side of the colour wheel from OFM pink.*/
|
/*Approx the other side of the colour wheel from OFM pink.*/
|
||||||
color: #2fbf73;
|
color: #2fbf73;
|
||||||
margin: 0 2px;
|
/*Remove the padding and margin as it spaces in-line code to much from surrounding
|
||||||
padding: 3px 5px;
|
text and punctuation.
|
||||||
|
*/
|
||||||
|
margin: 0;
|
||||||
|
padding: 3px 0;
|
||||||
white-space: pre-wrap
|
white-space: pre-wrap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue