diff --git a/images/hub-not-pinned-icon.png b/images/hub-not-pinned-icon.png new file mode 100644 index 0000000..9b510c8 Binary files /dev/null and b/images/hub-not-pinned-icon.png differ diff --git a/images/hub-not-promote-icon.png b/images/hub-not-promote-icon.png new file mode 100644 index 0000000..4f57c4e Binary files /dev/null and b/images/hub-not-promote-icon.png differ diff --git a/images/hub-pin-icon.png b/images/hub-pin-icon.png deleted file mode 100644 index 9b510c8..0000000 Binary files a/images/hub-pin-icon.png and /dev/null differ diff --git a/images/hub-pinned-icon.png b/images/hub-pinned-icon.png new file mode 100644 index 0000000..9b510c8 Binary files /dev/null and b/images/hub-pinned-icon.png differ diff --git a/images/logo_facebook_50x50.png b/images/logo_facebook_50x50.png index e1db425..7e5fdb3 100644 Binary files a/images/logo_facebook_50x50.png and b/images/logo_facebook_50x50.png differ diff --git a/style.css b/style.css index 0bebe79..a1e916c 100644 --- a/style.css +++ b/style.css @@ -3148,6 +3148,7 @@ body.action-embed-index { background: url("images/hub-remove-icon.png") no-repeat center center #fff; } +/* .hub .promote{ background: url("images/hub-promote-icon.png") no-repeat center center #fff; } @@ -3155,6 +3156,8 @@ body.action-embed-index { .hub .pin{ background: url("images/hub-pin-icon.png") no-repeat center center #fff; } +*/ + .hub ul.settings li{ position: relative; background: url("images/hub-arrow-right.png") no-repeat scroll 95% 50% #ED8E01; @@ -3162,8 +3165,6 @@ body.action-embed-index { z-index:999; } - - .hub ul.settings li.twitter:hover{ background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; min-height: 50px; -- libgit2 0.21.2