Browse Source

Birthday hat CSS files

pull/40/head
Simon McFarlane 9 years ago
parent
commit
fb793834d4
  1. 21
      stylesheets/birthday.css

21
stylesheets/birthday.css

@ -0,0 +1,21 @@
[data-board] > .files > :nth-child(1):not(.multifile) > a:before {
content: url('/static/partyhat.gif');
float: left;
display: block;
margin-right: -160px;
position: relative;
top: -120px;
left: -30px;
}
[data-board] > .files > :nth-child(1).multifile > a:before {
content: url('/static/partyhat.gif');
float: left;
display: block;
margin-right: -160px;
position: relative;
top: -120px;
left: -50px;
}
Loading…
Cancel
Save