From 6c3eefc9dc65bdfb85cd5d7e35466927cc8af90f Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 2 Aug 2013 00:36:59 +0300 Subject: [PATCH] line height to callouts --- website/style-content.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/style-content.css b/website/style-content.css index 707c58c4..2c07c954 100644 --- a/website/style-content.css +++ b/website/style-content.css @@ -317,6 +317,7 @@ color: #000000; padding: 1.5ex; margin: 2ex 2em 2ex 0ex; + line-height: 1.4; } .content .tip:before { content: "TIP: "; @@ -329,6 +330,7 @@ color: #000000; padding: 1.5ex; margin: 2ex 2em 2ex 0ex; + line-height: 1.4; } .content .note:before { content: "NOTE: "; @@ -341,6 +343,7 @@ color: #ffffff; padding: 1.5ex; margin: 2ex 2em 2ex 0ex; + line-height: 1.4; } .content .fixme:before { content: "FIXME: ";