follow button in [ci skip]

This commit is contained in:
danielgrippi 2012-04-24 19:40:33 -07:00
parent 9853197063
commit c82e339640
3 changed files with 8 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -152,6 +152,10 @@ body {
max-width: 100%;
width: 100%;
}
p:last-child {
margin-bottom: 0;
}
}
&.sticky-note {
@ -224,15 +228,10 @@ body {
&.night:not(.sticky-note),
&.multi-photo:not(.sticky-note) {
.text-content {
@include opacity(1);
padding : 10px 20px;
font-size : 14px;
line-height : 18px;
color : #444;
p:last-child {
margin-bottom: 0;
}
}
}

View file

@ -12,6 +12,10 @@
<a href="#" id="edit-mode-toggle" class="control">
<img src='{{imageUrl "buttons/edit_canvas.png"}}' />
</a>
{{else}}
<a href="#" class="control">
<img src='{{imageUrl "buttons/follow_hover.png"}}' />
</a>
{{/if}}
</section>