moved the repost icon up a pixel
This commit is contained in:
parent
024a78e043
commit
fc72ad484e
2 changed files with 1 additions and 2 deletions
|
@ -234,7 +234,7 @@ li:hover aside .reply_to, li:hover aside .repost, li:hover aside .remove, li:hov
|
||||||
}
|
}
|
||||||
|
|
||||||
.repost {
|
.repost {
|
||||||
background-position: -192px 0;
|
background-position: -192px -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.remove {
|
.remove {
|
||||||
|
|
|
@ -933,7 +933,6 @@ function(jQuery, Paths, URI, HostApp, Cache) {
|
||||||
|
|
||||||
Core.prototype.addVimeo = function(id, images) {
|
Core.prototype.addVimeo = function(id, images) {
|
||||||
$(images).append('<iframe class="vimeo" src="http://player.vimeo.com/video/' + id + '?byline=0&portrait=0" width="100%" height="200" frameborder="0" webkitAllowFullScreen allowFullScreen />');
|
$(images).append('<iframe class="vimeo" src="http://player.vimeo.com/video/' + id + '?byline=0&portrait=0" width="100%" height="200" frameborder="0" webkitAllowFullScreen allowFullScreen />');
|
||||||
// <iframe src="http://player.vimeo.com/video/59735637?byline=0&portrait=0" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue