Styles for news

This commit is contained in:
Parker Moore 2013-05-12 14:39:54 +02:00
parent 411911977b
commit 49ca6d4484
1 changed files with 14 additions and 0 deletions

View File

@ -499,6 +499,20 @@ body > footer a:hover img {
width: 100%;
}
/* Blog */
section.news article h2 {
margin: 0;
padding-top: 10px;
border-top: rgba(220, 220, 220, 0.5) 1px solid;
}
section.news .post-details {
padding: 0;
font-size: 0.8em;
color: gray;
}
/* Code Highlighting */