19
Another question
I decided, that just News title should be in H1 and news text should be in H2.
So i made these changes. in news_item replaced
<{$story.title}>with
<{$story.title}>
and in style.css h1.MyNewsArticleText replaced with h2.MyNewsArticleText
Also
.itemTitle a {
font-size: 100%;
font-size: 11px;
color: #ffffff;
background-color: transparent;
replaced with
.itemTitle a {
font-size: 100%;
font-size: 11px;
font-style:normal;
font-weight:normal;
color: #ffffff;
background-color: transparent;
But after this, Title was too big in height (text was ok, but row was so big) and main news text was big too. What's wrong?