Increase font-size and leading in posts (bug 575645)

This commit is contained in:
Joshua Gross 2010-07-20 13:26:23 -07:00
Родитель 6005d90ac0
Коммит 0f76b76af3
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -77,6 +77,11 @@ ol.threads li div.author {
width: 18%;
}
ol.forums div.last-post,
ol.threads div.last-post {
line-height: 1.4em;
}
ol.forums-columns li.last-post,
ol.forums div.last-post,
ol.threads-columns li.last-post,
@ -104,6 +109,13 @@ ol.threads li div {
padding: 0 1%;
}
ol.forums li,
ol.threads li,
ol.posts li {
font-size: 1.1em;
line-height: 1.4em;
}
ol.forums li hr,
ol.threads li hr {
background: none;
@ -156,6 +168,10 @@ ol.posts li div.content {
width: 72.9%;
}
ol.posts li div.content p {
line-height: 1.6em;
}
ol.posts li div.info {
clear: left;
border-top: 1px solid #e4e4e4;