Название увеличивается, если добавлено больше текста - PullRequest
0 голосов
/ 29 августа 2010

Мне интересно, почему это происходит здесь.Если удалить текст: «Sed ut persp iciatis undemnis iste natus error sit vulptatem accusantium doloremque laudantium, totam rem aperiam, eaque.»

Тогда название сайта будет повышаться, см. Изображение здесь:

http://www.freeuploadimages.org/images/sgazmtxj4f92ywdkqn82.jpg

А вот код: http://jsfiddle.net/b5fMe/12/

Спасибо

1 Ответ

1 голос
/ 29 августа 2010
    td.threecol{
        width:28%;
        padding-right:20px;
        padding-left:20px;
        font-size:11px;
        color:#444;
        padding-top:20px;
        border-right:1px solid #ccc;
        vertical-align:top;/* add this line */
    }

#content .secondary-heading{
    font-size:18px;
    font-weight:normal;
    color:#333;
    font-style:normal;
    font-family:Georgia;
    text-align:left;
    /*
    margin-bottom:15px;//remove this line
    margin-top:-100px;//remove this line
    */
    /*line-height:1.4;*/
}
...