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