Last active
August 29, 2015 14:18
-
-
Save ajaydsouza/a54ce8a6ccd78871798c to your computer and use it in GitHub Desktop.
Top 10: 2x Grid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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