mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Fix code block CSS. (#1912)
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
This commit is contained in:
parent
3c1df959c5
commit
54c306f211
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ code {
|
|||
border-color: $color_lt_blue;
|
||||
}
|
||||
|
||||
.highlight code {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 10px;
|
||||
margin-bottom: 1em;
|
||||
|
|
Loading…
Reference in a new issue