Kaynağa Gözat

Birthday hat CSS files

tags/pre-merge
Simon McFarlane 9 yıl önce
ebeveyn
işleme
fb793834d4
1 değiştirilmiş dosya ile 21 ekleme ve 0 silme
  1. +21
    -0
      stylesheets/birthday.css

+ 21
- 0
stylesheets/birthday.css Dosyayı Görüntüle

@@ -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;
}


Yükleniyor…
İptal
Kaydet