From eb714fba7a38845b73a3a0784b7f35b684f24396 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 26 Apr 2011 16:36:30 +0000 Subject: Fixes #3389: Sandbox base styles for dl, dt, dd git-svn-id: http://code.elgg.org/elgg/trunk@9026 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/typography.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'views/default/css/elements') 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; -- cgit v1.2.3