mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 19:29:00 +02:00
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
p.plugin-output {
|
|
.text-small();
|
|
font-family: @font-family-fixed;
|
|
}
|
|
|
|
pre.plugin-output {
|
|
.text-small();
|
|
white-space: pre-wrap;
|
|
}
|