summaryrefslogtreecommitdiff
path: root/views/default/css/elements/typography.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-18 18:09:18 +0200
committerSem <sembrestels@riseup.net>2012-08-18 18:09:18 +0200
commiteccd860d688ad8b251dddcd4f1a254fe99eb4abd (patch)
treeca0763c1500e1de676870146ef8f3bfda848444d /views/default/css/elements/typography.php
parent869c2914d62decc719ab597a9049bd556c3f7997 (diff)
downloadsaravea_theme-eccd860d688ad8b251dddcd4f1a254fe99eb4abd.tar.gz
saravea_theme-eccd860d688ad8b251dddcd4f1a254fe99eb4abd.tar.bz2
Updated base of code.
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r--views/default/css/elements/typography.php4
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;
}