CSS styling for paper abstracts

master
Mike Gerwitz 2013-06-03 22:29:23 -04:00
parent e981ac9c71
commit d2bda9c492
1 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,8 @@ body.index footer {
}
h1, h2, h3, #menu,
body.index ul.index li .day {
body.index ul.index li .day,
strong {
font-family: 'URW Gothic L', 'Avant Garde', sans-serif;
font-weight: normal;
}
@ -215,6 +216,13 @@ body.index footer hr {
margin-left: 0em;
}
body.content .abstract {
font-size: 0.9em;
}
body.content .abstract .start {
font-weight: bold;
}
/** exclusively asciidoc-generated content styling **/
body.article h2 {