diff options
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r-- | views/default/css/elements/typography.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index ccd0a32..2438dc9 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -25,7 +25,7 @@ } body { - font-size: 75%; + font-size: 80%; line-height: 1.4em; font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif; } @@ -152,7 +152,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; } |