Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
add text to graph 'per 1 follower' in product detail page (issue #320)
Browse files Browse the repository at this point in the history
  • Loading branch information
KangHyeongMin committed Feb 27, 2017
1 parent 989c9a4 commit 8915a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/product_detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,8 @@ li:nth-child(5) .circle-text {
z-index:3;
}
.circle-mask2-text{
padding-top:1.5em;
padding-top:0.8em;
line-height: 1.5em;
}

.cash{
Expand Down
1 change: 1 addition & 0 deletions templates/product/product_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
</li>
<div class="circle-mask2">
<div class="circle-mask2-text">
<span style="font-size:13px; color:#888;">팔로워 1명당</span><br>
<span style="font-size:2em;">{{ product.unit_price }}</span>
<span style="font-size:1em;"></span>
</div>
Expand Down

0 comments on commit 8915a2d

Please sign in to comment.