Skip to content

Instantly share code, notes, and snippets.

@quickredfox
Created June 9, 2010 21:44
Show Gist options
  • Save quickredfox/432221 to your computer and use it in GitHub Desktop.
Save quickredfox/432221 to your computer and use it in GitHub Desktop.
body{
line-height:1.5em;
font-size:16px;
font-family:sans-serif;
}
article{
font-size:1em;
display:block;
width:30em;
padding:0.5em 0.75em;
border:1px solid #ccc;
}
article:before{
content:attr(title);
font-size:1.25em;
}
article:after{
content:attr(pubdate);
font-size:0.8em;
}
p:first-letter{
/* corrige grammaire */
text-transform:capitalize;
}
/*
Pis la tu donnes une chance a ton javascript de pouvoir prendre le dessus
*/
article[data-scriptEnhanced]:before,
article[data-scriptEnhanced]:after{ display:none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment