Commit 655776ffa20f196840bce1c2a507d31d94bf358c
1 parent
9e7586a0
Exists in
master
and in
79 other branches
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 | 47 | |
48 | 48 | #content .blog .blog-post h1.title { |
49 | 49 | margin: 0px 0px 10px 0px; |
50 | - border: none; | |
51 | 50 | padding: 0px 0px 0px 0px; |
51 | + max-width: 555px; | |
52 | 52 | max-height: 40px; |
53 | + border: none; | |
53 | 54 | font: normal normal bold 16px/20px arial; |
54 | 55 | overflow: hidden; |
55 | 56 | display: inline-block; |
... | ... | @@ -188,4 +189,4 @@ |
188 | 189 | clear: both; |
189 | 190 | } |
190 | 191 | |
191 | -/*** end of News Page's homepage ***/ | |
192 | 192 | \ No newline at end of file |
193 | +/*** end of News Page's homepage ***/ | ... | ... |