ソースを参照

Birthday hat CSS files

tags/pre-merge
Simon McFarlane 9年前
コミット
fb793834d4
1個のファイルの変更21行の追加0行の削除
  1. +21
    -0
      stylesheets/birthday.css

+ 21
- 0
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;
}


読み込み中…
キャンセル
保存