From 655776ffa20f196840bce1c2a507d31d94bf358c Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Sun, 23 Aug 2015 21:40:39 -0300 Subject: [PATCH] Fix title width on up to 5th position post on first page of news page --- css/news-page.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/news-page.css b/css/news-page.css index 61b6006..49c99fa 100644 --- a/css/news-page.css +++ b/css/news-page.css @@ -47,9 +47,10 @@ #content .blog .blog-post h1.title { margin: 0px 0px 10px 0px; - border: none; padding: 0px 0px 0px 0px; + max-width: 555px; max-height: 40px; + border: none; font: normal normal bold 16px/20px arial; overflow: hidden; display: inline-block; @@ -188,4 +189,4 @@ clear: both; } -/*** end of News Page's homepage ***/ \ No newline at end of file +/*** end of News Page's homepage ***/ -- libgit2 0.21.2