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 24  
25 25  
26 26 /** General Properties of News **/
27   -#content .blog p {
  27 +#content .blog .article-body p {
28 28 margin: 0px 0px 5px 0px;
29 29 max-height: 25px;
30 30 color: #172738;
... ... @@ -49,7 +49,10 @@
49 49 margin: 0px 0px 10px 0px;
50 50 border: none;
51 51 padding: 0px 0px 0px 0px;
  52 + max-height: 40px;
52 53 font: normal normal bold 16px/20px arial;
  54 + overflow: hidden;
  55 + display: inline-block;
53 56 }
54 57  
55 58 /* WARNING:
... ...