Skip to content

Instantly share code, notes, and snippets.

@smcpherson
Created June 12, 2013 22:50
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 smcpherson/5769823 to your computer and use it in GitHub Desktop.
Save smcpherson/5769823 to your computer and use it in GitHub Desktop.
#top_news_tease, #top_news_tickle
// prevents double coulmns from overflowing past email width
table.shrink tr td
p, h1, h2, h3, h4, h5, h6
max-width: 420px
// normal overrides
h5, h6
margin: 3px 0
h5
margin-top: 0
font-size: 14px
font-weight: bold
h6
font-size: 13px
font-weight: bold
color: #666
h6 em
font-size: 12px
font-weight: normal
color: #888
hr
margin: 10px 0
p
margin: 3px 0 0 0
span a
font-weight: bold
<<<<<<< HEAD
=======
table tr td p em
font-weight: bold
font-style: normal
color: $blue
>>>>>>> docnews_digest_team_tease
// Top News Tease
#top_news_tease
table.heading tr td:first-child
background: #eee
+border-radius(40px)
+box-shadow(inset 0 0 5px rgba(0,0,0,0.2))
img.specialty
padding: 10px
// Top News Tickle
#top_news_tickle
table tr td
h6
font-weight: normal
a
text-decoration: none
<<<<<<< HEAD
p
span
color: #999
em
font-weight: bold
font-style: normal
color: $blue
=======
p span
color: #999
// Amion Registration
#amion_registration
h3
margin-bottom: 0
padding-bottom: 0
h2
margin-top: 0
padding-top: 0
>>>>>>> docnews_digest_team_tease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment