зеркало из https://github.com/mozilla/kitsune.git
Increase font-size and leading in posts (bug 575645)
This commit is contained in:
Родитель
6005d90ac0
Коммит
0f76b76af3
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче