2015-09-25 11:43:42 +02:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
|
|
|
|
p.plugin-output {
|
|
|
|
.text-small();
|
|
|
|
font-family: @font-family-fixed;
|
2015-10-05 13:21:11 +02:00
|
|
|
line-height: @line-height-small;
|
2015-09-25 11:43:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.plugin-output {
|
2015-10-01 22:59:09 +02:00
|
|
|
.text-small();
|
2015-10-05 13:21:11 +02:00
|
|
|
line-height: @line-height-small;
|
2015-09-25 11:43:42 +02:00
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|