add logo to topbar, fix #124
This commit is contained in:
parent
fb2fe788c4
commit
f684776eaa
|
@ -82,6 +82,11 @@ nav .nav-item.left a {
|
|||
font-size: 15px;
|
||||
font-weight: initial;
|
||||
}
|
||||
nav .nav-item.left img {
|
||||
width: 20px;
|
||||
vertical-align: bottom;
|
||||
margin: 0px 7px 0px 0px;
|
||||
}
|
||||
nav .nav-item.left a:hover
|
||||
nav .nav-item.left a:focus {
|
||||
color: white;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
div#topbar
|
||||
nav
|
||||
.nav-item.left
|
||||
img(src="/favicon.png", alt="")
|
||||
a(href="/") teddit
|
||||
.settings
|
||||
.icon-container
|
||||
|
|
Loading…
Reference in New Issue