mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-15 20:20:12 +02:00
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
|
|
|
|
#fontsize-calc {
|
|
display: none;
|
|
width: 1000em;
|
|
height: 1em;
|
|
font-size: 1em;
|
|
position: absolute;
|
|
top: -2em;
|
|
}
|