mirror of
https://github.com/writefreely/writefreely
synced 2024-11-28 19:40:17 +00:00
Change line-height to 1.5
This commit is contained in:
parent
8ce7d4c9fc
commit
71224d68a2
3 changed files with 8 additions and 8 deletions
|
@ -524,12 +524,12 @@ pre, body#post article, #post .alert, #subpage .alert, body#collection article,
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
p {
|
p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
textarea, pre, body#post article, body#collection article p {
|
textarea, pre, body#post article, body#collection article p {
|
||||||
&.norm, &.sans, &.wrap {
|
&.norm, &.sans, &.wrap {
|
||||||
line-height: 1.4em;
|
line-height: 1.5;
|
||||||
white-space: pre-wrap; /* CSS 3 */
|
white-space: pre-wrap; /* CSS 3 */
|
||||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||||
white-space: -pre-wrap; /* Opera 4-6 */
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
@ -644,7 +644,7 @@ body#collection article, body#subpage article {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
.book {
|
.book {
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.4em;
|
font-size: 1.5;
|
||||||
}
|
}
|
||||||
a.hidden.action {
|
a.hidden.action {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
@ -813,7 +813,7 @@ input {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
margin: 0.3em 0;
|
margin: 0.3em 0;
|
||||||
|
@ -1007,7 +1007,7 @@ footer.contain-me {
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
|
|
||||||
.item-desc, .prog-lang {
|
.item-desc, .prog-lang {
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
|
|
|
@ -113,7 +113,7 @@ textarea {
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 0 1em;
|
padding: 0 0 0 1em;
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
|
|
||||||
&.collections, &.posts, &.integrations {
|
&.collections, &.posts, &.integrations {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -206,7 +206,7 @@ code, textarea#embed {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 1.4;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
margin: 0.3em 0;
|
margin: 0.3em 0;
|
||||||
|
|
|
@ -58,7 +58,7 @@ body#post article, pre, .hljs {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.article-p() {
|
.article-p() {
|
||||||
line-height: 1.4em;
|
line-height: 1.5;
|
||||||
white-space: pre-wrap; /* CSS 3 */
|
white-space: pre-wrap; /* CSS 3 */
|
||||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||||
white-space: -pre-wrap; /* Opera 4-6 */
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
|
Loading…
Reference in a new issue