Преглед изворни кода

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


Loading…
Откажи
Сачувај