From 49ca6d44846d29046bb27ad346a62f5615045fc3 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 12 May 2013 14:39:54 +0200 Subject: [PATCH] Styles for news --- site/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index 5acea813..5d1e80b1 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -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 */