2015-02-04 10:46:36 +01:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-02-25 11:30:05 +01:00
|
|
|
|
|
|
|
#logo {
|
2015-09-22 17:33:02 +02:00
|
|
|
height: 4.0em;
|
2014-02-25 11:30:05 +01:00
|
|
|
width: 13em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo a {
|
|
|
|
display: block;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo img {
|
2015-09-26 18:38:18 +02:00
|
|
|
width: 100px;
|
2014-02-25 11:30:05 +01:00
|
|
|
margin-left: 1.5em;
|
|
|
|
margin-top: 0.8em;
|
|
|
|
}
|