css: unify on a slightly taller line-height

This commit is contained in:
Carl Chenet 2017-05-19 13:55:21 +02:00
parent bf5967b93e
commit 31184f3c71

View file

@ -21,6 +21,7 @@ body, textarea, input, button {
body {
background-color: #fefefe;
line-height: 1.4em;
}
a {
@ -117,11 +118,9 @@ select,
textarea {
color: #555;
background-color: white;
line-height: 1.2em;
padding: 3px 5px;
}
textarea {
line-height: 1.35em;
resize: vertical;
}
input[type="text"],
@ -373,7 +372,6 @@ ol.comments {
margin-left: 20px;
margin-bottom: 0em;
padding-left: 6px;
line-height: 1.35em;
}
ol.comments1 {
margin-left: 0;
@ -638,7 +636,6 @@ div.story_content {
ol.stories.list div.story_content {
color: #777;
max-height: 2.6em;
line-height: 1.3em;
margin: 0.25em 40px 0.25em 0;
overflow: hidden;
text-overflow: clip;
@ -684,12 +681,10 @@ div.page_link_buttons span {
div.story_text {
margin-bottom: 1.5em;
max-width: 700px;
line-height: 1.4em;
word-wrap: break-word;
}
div.story_text p {
margin: 0.75em 0;
line-height: 1.4em;
}
div.story_text img {
max-width: 100%;
@ -878,7 +873,6 @@ div.comment_form_container textarea {
.tree ul {
margin: 0 0 0 0.5em;
padding: 0;
line-height: 1.5em;
list-style: none;
position: relative;
}
@ -1235,7 +1229,6 @@ div#flasher {
div#flasher div.flash-error,
div#flasher div.flash-notice,
div#flasher div.flash-success {
line-height: 1.5em;
display: inline-block;
padding-top: 25px;
margin-left: auto;