fixes #758
This commit is contained in:
@@ -20,7 +20,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, cod
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
/* font-weight: normal;*/
|
/* font-weight: normal;*/
|
||||||
font-style: normal;
|
/* font-style: normal;*/
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
div.prose {
|
div.prose {
|
||||||
max-width: 40em;
|
max-width: 40em;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,11 +19,11 @@ div#note-container {
|
|||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
b {
|
b, strong {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i, em {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user