11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||
|
|
||
|
#fontsize-calc {
|
||
|
display: none;
|
||
|
width: 1000em;
|
||
|
height: 1em;
|
||
|
font-size: 1em;
|
||
|
position: absolute;
|
||
|
top: -2em;
|
||
|
}
|