Merge branch 'master' into bugfix/make-host-customvars-accessible-from-service-objects-10304
This commit is contained in:
commit
b582146def
|
@ -3,9 +3,11 @@
|
|||
p.plugin-output {
|
||||
.text-small();
|
||||
font-family: @font-family-fixed;
|
||||
line-height: @line-height-small;
|
||||
}
|
||||
|
||||
pre.plugin-output {
|
||||
.text-small();
|
||||
line-height: @line-height-small;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
@ -35,7 +35,6 @@ body {
|
|||
color: @text-color;
|
||||
font-family: @font-family;
|
||||
font-size: @font-size;
|
||||
line-height: @line-height;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in New Issue