Commit 9b3cb9d20e8ee6fdb93ee8e95a941b60df1fbbb7

Authored by Tomáz Martins
1 parent 7efa59f9

Fixing title of news

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
css/news-page.css
@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 24
25 25
26 /** General Properties of News **/ 26 /** General Properties of News **/
27 -#content .blog p { 27 +#content .blog .article-body p {
28 margin: 0px 0px 5px 0px; 28 margin: 0px 0px 5px 0px;
29 max-height: 25px; 29 max-height: 25px;
30 color: #172738; 30 color: #172738;
@@ -49,7 +49,10 @@ @@ -49,7 +49,10 @@
49 margin: 0px 0px 10px 0px; 49 margin: 0px 0px 10px 0px;
50 border: none; 50 border: none;
51 padding: 0px 0px 0px 0px; 51 padding: 0px 0px 0px 0px;
  52 + max-height: 40px;
52 font: normal normal bold 16px/20px arial; 53 font: normal normal bold 16px/20px arial;
  54 + overflow: hidden;
  55 + display: inline-block;
53 } 56 }
54 57
55 /* WARNING: 58 /* WARNING: