Home icon without div wrapper

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj
2017-05-23 20:39:54 +02:00
parent 4802f34c04
commit 2fd06acca8
2 changed files with 14 additions and 7 deletions

View File

@@ -131,8 +131,17 @@ button:hover {
font-size: 14pt;
}
#board-header .crumb {
background-image: url(/core/img/breadcrumb.svg?v=1);
background-size: auto 24px;
background-position: right center;
background-repeat: no-repeat;
padding: 7px 14px;
}
#board-header > h1 {
white-space: nowrap;
padding: 7px;
}
#board-header #home {