Make logo an actual image
This commit is contained in:
parent
8728b47417
commit
64585404e6
BIN
app/assets/images/logo-bar.png
Normal file
BIN
app/assets/images/logo-bar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -136,6 +136,13 @@ div.wrapper
|
||||
&::after
|
||||
content: 't'
|
||||
|
||||
.logo
|
||||
float: left
|
||||
margin-left: -7px
|
||||
|
||||
img
|
||||
height: 34px
|
||||
|
||||
.feature
|
||||
border-top: 1px solid #2D2D2D
|
||||
|
||||
|
@ -19,18 +19,20 @@ html[lang="en"]
|
||||
body
|
||||
header
|
||||
.wrapper
|
||||
h1
|
||||
a href="/"
|
||||
' asciinema
|
||||
span.cursor-block
|
||||
a.logo href="/"
|
||||
img src=image_path('logo-bar.png')
|
||||
|
||||
.navigation
|
||||
= render :partial => 'layouts/navigation'
|
||||
.divider-vertical
|
||||
= render :partial => 'layouts/session_info'
|
||||
|
||||
- flash.each do |type, message|
|
||||
p[class=type] = message
|
||||
|
||||
#content
|
||||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
||||
footer
|
||||
.wrapper
|
||||
p.links
|
||||
|
Loading…
Reference in New Issue
Block a user