This commit is contained in:
albert
2013-03-05 20:37:19 -05:00
parent 30a8b70dcb
commit 0c367d5338
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, cod
padding: 0;
border: 0;
/* font-weight: normal;*/
font-style: normal;
/* font-style: normal;*/
font-size: 100%;
line-height: 1.25em;
font-family: inherit;

View File

@@ -3,7 +3,7 @@
div.prose {
max-width: 40em;
line-height: 1.4em;
h1, h2, h3 {
line-height: 1em;
}

View File

@@ -19,11 +19,11 @@ div#note-container {
color: gray;
}
b {
b, strong {
font-weight: bold;
}
i {
i, em {
font-style: italic;
}