Add margin space below lists on non-map content pages

This commit is contained in:
Tom Hughes 2013-11-30 14:41:12 +00:00
parent ec8a601309
commit a36f3a9307

View file

@ -1195,7 +1195,7 @@ header .search_form {
}
.content-body {
h1, h2, h3, p {
h1, h2, h3, p, ul, ol {
margin-bottom: $lineheight;
}