Commit 655776ffa20f196840bce1c2a507d31d94bf358c

Authored by Melissa Wen
1 parent 9e7586a0

Fix title width on up to 5th position post on first page of news page

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
css/news-page.css
@@ -47,9 +47,10 @@ @@ -47,9 +47,10 @@
47 47
48 #content .blog .blog-post h1.title { 48 #content .blog .blog-post h1.title {
49 margin: 0px 0px 10px 0px; 49 margin: 0px 0px 10px 0px;
50 - border: none;  
51 padding: 0px 0px 0px 0px; 50 padding: 0px 0px 0px 0px;
  51 + max-width: 555px;
52 max-height: 40px; 52 max-height: 40px;
  53 + border: none;
53 font: normal normal bold 16px/20px arial; 54 font: normal normal bold 16px/20px arial;
54 overflow: hidden; 55 overflow: hidden;
55 display: inline-block; 56 display: inline-block;
@@ -188,4 +189,4 @@ @@ -188,4 +189,4 @@
188 clear: both; 189 clear: both;
189 } 190 }
190 191
191 -/*** end of News Page's homepage ***/  
192 \ No newline at end of file 192 \ No newline at end of file
  193 +/*** end of News Page's homepage ***/