Added birthday decor
This commit is contained in:
parent
8b82c1d9c6
commit
39a9f29a52
|
|
@ -4,7 +4,9 @@ mixin navheader()
|
||||||
span.icon-bar
|
span.icon-bar
|
||||||
span.icon-bar
|
span.icon-bar
|
||||||
span.icon-bar
|
span.icon-bar
|
||||||
a.navbar-brand(href="/")= siteTitle
|
img#bcandle(src="/img/bdaycandle.png",title="Happy Birthday Ourfore.st!")
|
||||||
|
a.navbar-brand(href="/",title="Happy Birthday Ourfore.st!")= siteTitle
|
||||||
|
img#bhat(src="/img/bdayhat.png",title="Happy Birthday Ourfore.st!")
|
||||||
|
|
||||||
mixin navdefaultlinks()
|
mixin navdefaultlinks()
|
||||||
li
|
li
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,18 @@ body{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
#bhat{
|
||||||
|
position: absolute;
|
||||||
|
width: 1.5em;
|
||||||
|
left: 6.2em;
|
||||||
|
top: 0.2em;
|
||||||
|
}
|
||||||
|
#bcandle{
|
||||||
|
position: absolute;
|
||||||
|
height: 1.4em;
|
||||||
|
left: 1.3em;
|
||||||
|
top: 0.2em;
|
||||||
|
}
|
||||||
#mp-show-ip-in-tooltip{
|
#mp-show-ip-in-tooltip{
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
www/img/bdaycandle.png
Normal file
BIN
www/img/bdaycandle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
www/img/bdayhat.png
Normal file
BIN
www/img/bdayhat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue