From 715864b2879045556c9ddb57a5be0ac6fe106bc9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 Mar 2015 13:44:23 +0000 Subject: =?UTF-8?q?Removed=20style=20info=20for=20theorem-type=20environme?= =?UTF-8?q?nts=20=E2=80=94=20no=20pandoc=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index fc81f60..21610b0 100644 --- a/style.css +++ b/style.css @@ -18,37 +18,6 @@ body { display: inline; } -div.theorem:before { - content: "Theorem."; - font-weight: bold; -} - -div.theorem, div.lemma, div.proposition, div.definition, div.corollary { - text-indent: 2em; - margin-top: 1em; - margin-bottom: 1em; -} - -div.lemma:before { - content: "Lemma."; - font-weight: bold; -} - -div.proposition:before { - content: "Proposition."; - font-weight: bold; -} - -div.definition:before { - content: "Definition."; - font-weight: bold; -} - -div.corollary:before { - content: "Corollary."; - font-weight: bold; -} - a { color: inherit; } -- cgit v1.2.3