aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/typography.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-26 16:36:30 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-26 16:36:30 +0000
commiteb714fba7a38845b73a3a0784b7f35b684f24396 (patch)
tree2bad277a69515c40d5bdf38581a8412079f08aa0 /views/default/css/elements/typography.php
parent7944c2a3c3fda7cb6bf4af6c68435f5c223f4b51 (diff)
downloadelgg-eb714fba7a38845b73a3a0784b7f35b684f24396.tar.gz
elgg-eb714fba7a38845b73a3a0784b7f35b684f24396.tar.bz2
Fixes #3389: Sandbox base styles for dl, dt, dd
git-svn-id: http://code.elgg.org/elgg/trunk@9026 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/typography.php')
-rw-r--r--views/default/css/elements/typography.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php
index a50f85c8c..f080a29b2 100644
--- a/views/default/css/elements/typography.php
+++ b/views/default/css/elements/typography.php
@@ -34,9 +34,6 @@ p:last-child {
margin-bottom: 0;
}
-dt { font-weight: bold }
-dd { margin: 0 0 1em 1em }
-
pre, code {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 12px;
@@ -138,6 +135,10 @@ h6 { font-size: 0.8em; }
.elgg-output {
margin-top: 10px;
}
+
+.elgg-output dt { font-weight: bold }
+.elgg-output dd { margin: 0 0 1em 1em }
+
.elgg-output ul, ol {
margin: 0 1.5em 1.5em 0;
padding-left: 1.5em;