scribble: fix spacing after a 'compact enumeration

original commit: 70afd4b6b18b6140a5b91c7349798ce10d92dde3
This commit is contained in:
Matthew Flatt 2014-07-25 10:33:30 +01:00
parent 52917bc3ec
commit e17c2db777
2 changed files with 5 additions and 0 deletions

View File

@ -265,6 +265,8 @@ This one is ``compact'':
]
This paragraph follows the enumeration above.
@; ======================================================================
@section{Paragraph Spacing}

View File

@ -88,6 +88,9 @@ p, .SIntrapara {
line-height: 1.4;
}
.compact {
padding: 0 0 1em 0;
}
li {
list-style-position: outside;