parent
b223914153
commit
c90adc1966
|
@ -352,5 +352,6 @@ $dashboard->add(
|
|||
* CSS
|
||||
*/
|
||||
$this->provideCssFile('colors.less');
|
||||
$this->provideCssFile('plugin-output.less');
|
||||
$this->provideCssFile('service-grid.less');
|
||||
$this->provideCssFile('tables.less');
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
p.plugin-output {
|
||||
.text-small();
|
||||
font-family: @font-family-fixed;
|
||||
}
|
||||
|
||||
pre.plugin-output {
|
||||
white-space: pre-wrap;
|
||||
}
|
Loading…
Reference in New Issue