Skip to content

Commit

Permalink
Remove homepage random ad gallery. #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsirois committed Jan 27, 2014
1 parent e7b0b4d commit 9b2674f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kijiji/javascript/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ init = function() {
/* Page: Category listing {{{*/

if ($('#gpt-rightrail-top').length) {
// Remove useless random ad gallery
$('#AdGallery, #GalleryContainer').remove()

// Remove Ads
$('#gpt-rightrail-top').parents('.col-2').each(function(){
var $this = $(this)
Expand Down
4 changes: 4 additions & 0 deletions src/kijiji/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ body, .standard, .standardtitle {

/* Categories listing page {{{*/

.first-links {
margin-bottom: 0;
}

.homeMetaCatName {
font-size: 18px;
font-size: 1.8rem;
Expand Down

0 comments on commit 9b2674f

Please sign in to comment.