From 6af9f6bb534f121d9acce6f49cf7acd18973ccde Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 2 Feb 2016 19:14:43 +0100 Subject: Extended tex & math support --- provider/css/math.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'provider/css') diff --git a/provider/css/math.css b/provider/css/math.css index e045853..b2a3644 100644 --- a/provider/css/math.css +++ b/provider/css/math.css @@ -18,6 +18,11 @@ div div { margin-left: 2em; } +div.exercise > p:first-child:before { + content: "Exercise. "; + font-weight: bold; +} + div.theorem > p:first-child:before { content: "Theorem. "; font-weight: bold; -- cgit v1.2.3