Skip to content

Commit

Permalink
Normalized News Post Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Bulatov committed Jan 31, 2016
1 parent de5c157 commit 3f7c5e7
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions wp-content/themes/mag-wp/css/colors/default.css
Expand Up @@ -1518,17 +1518,8 @@ h6.post-answer {
}


/* Gear */
ul#masonry_list li.gear_post a.entry-thumbnail {
width: 266px;
height: 215px !important;
}
/* Voices -- opinion post */
ul#masonry_list li.opinion_post a.entry-thumbnail {
width: 266px;
height: 122px !important;
}
/* Album reviews */

/* Post grid types */
.single-content .review .review_info h2 {
color: #e34848;
}
Expand Down Expand Up @@ -1660,6 +1651,26 @@ ul#masonry_list li .entry-empty-box {
width: 100%;
background: rgba(245, 245, 245, 0.75);
}
/* Album reviews */
ul#masonry_list li.album_review a.entry-thumbnail {
width: 266px;
height: 266px !important;
}
/* Gear */
ul#masonry_list li.gear_post a.entry-thumbnail {
width: 266px;
height: 215px !important;
}
/* Voices -- opinion post */
ul#masonry_list li.opinion_post a.entry-thumbnail {
width: 266px;
height: 122px !important;
}
/* News grid */
ul#masonry_list li.news a.entry-thumbnail {
width: 266px;
height: 127px;
}



Expand Down

0 comments on commit 3f7c5e7

Please sign in to comment.