Skip to content

Commit

Permalink
post type icon
Browse files Browse the repository at this point in the history
  • Loading branch information
trivektor committed Jan 7, 2012
1 parent 9d86656 commit fbdfd73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions public/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ input::-webkit-input-placeholder {
.post_type_icon {
margin-top: 15px;
text-align: center; }
.post_type_icon img {
margin: 10px 0;
display: none; }

.text_type .post_type_icon .photo_icon {
display: inline !important; }
Expand Down
4 changes: 0 additions & 4 deletions public/css/master.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ input::-webkit-input-placeholder { color:#FFE8CC }
.post_type_icon {
margin-top:15px;
text-align:center;
img {
margin:10px 0;
display:none;
}
}

.text_type {
Expand Down
9 changes: 2 additions & 7 deletions public/tumblr.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,11 @@ <h1 class='title'>
</div>

{block:NoteCount}
<a class="note_count" href="{Permalink}#notes">{NoteCountWithLabel}</a>
<a class="note_count" href="{Permalink}#notes">{NoteCountWithLabel}</a>
{/block:NoteCount}

<div class="post_type_icon">
<img src="http://red-green-tumblr.heroku.com/css/images/photo_icon.png" class="photo_icon" />
<img src="http://red-green-tumblr.heroku.com/css/images/video_icon.png" class="video_icon" />
<img src="http://red-green-tumblr.heroku.com/css/images/text_icon.png" class="text_icon" />
<img src="http://red-green-tumblr.heroku.com/css/images/quote_icon.png" class="quote_icon" />
<img src="http://red-green-tumblr.heroku.com/css/images/photo_icon.png" class="photo_icon" />
<img src="http://red-green-tumblr.heroku.com/css/images/chat_icon.png" class="chat_icon" />
<img src="http://red-green-tumblr.heroku.com/css/images/{PostType}_icon.png" />
</div>

</div>
Expand Down

0 comments on commit fbdfd73

Please sign in to comment.