mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-21 08:50:26 -05:00
10 lines
186 B
Text
10 lines
186 B
Text
/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
|
|
|
|
#fontsize-calc {
|
|
display: none;
|
|
width: 1000em;
|
|
height: 1em;
|
|
font-size: 1em;
|
|
position: absolute;
|
|
top: -2em;
|
|
}
|