diff options
Diffstat (limited to 'views/default/css/elements/typography.php')
| -rw-r--r-- | views/default/css/elements/typography.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index f080a29b2..c044cb1cc 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -139,7 +139,7 @@ h6 { font-size: 0.8em; } .elgg-output dt { font-weight: bold } .elgg-output dd { margin: 0 0 1em 1em } -.elgg-output ul, ol { +.elgg-output ul, .elgg-output ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } @@ -158,4 +158,5 @@ h6 { font-size: 0.8em; } } .elgg-output img { max-width: 100%; -}
\ No newline at end of file + height: auto; +} |
