|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
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;
|
|
}
|