Skip to content

Instantly share code, notes, and snippets.

@ajaydsouza
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajaydsouza/a54ce8a6ccd78871798c to your computer and use it in GitHub Desktop.
Save ajaydsouza/a54ce8a6ccd78871798c to your computer and use it in GitHub Desktop.
Top 10: 2x Grid
.tptn_title {
float: left;
clear: left!important;
}
.tptn_thumb {
align: center!important;
}
.tptn_posts,
.tptn_posts_daily {
margin-bottom: 20px;
margin-bottom: 20px;
padding: 10px 0;
width: 100%;
}
.tptn_posts ul,
.tptn_posts_daily ul {
margin-bottom: 0px;
margin-left: 0px;
list-style: none;
}
.tptn_posts ul li,
.tptn_posts_daily ul li {
float: left;
width: 50%;
padding: 0px;
list-style: none;
list-style-position: inside;
height: 180px;
text-align: center;
word-wrap: break-word;
}
.tptn_posts ul li a,
.tptn_posts_daily ul li a {
margin-bottom: 10px;
list-style-position: outside;
word-wrap: break-word;
list-style: none!important;
}
.tptn_thumb {
max-width: 100%;
height: 120px;
width: 120px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment