From c455896ae9e69e2498742ff795e7886dee1ffa23 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 5 Feb 2021 09:55:25 +0100 Subject: Move source files into src --- css/formats/asciidoc.less | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 css/formats/asciidoc.less (limited to 'css/formats') diff --git a/css/formats/asciidoc.less b/css/formats/asciidoc.less deleted file mode 100644 index 89dfcb2..0000000 --- a/css/formats/asciidoc.less +++ /dev/null @@ -1,45 +0,0 @@ -@import "../variables.less"; - -.toc { - font-weight: bold; - - ul { - font-weight: normal; - list-style-type: decimal; - } -} - -.admonitionblock { - background-color: @blockBackgroundColor; - border: 1px solid @blockBorderColor; - margin: 0.5em auto 1.75em auto; - width: 90%; - padding: 0.5em; - - table { - td.icon { - text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); - font-size: 1.5em; - - div.title { - margin: 0 1em; - } - } - - td.content { - padding: 0 1.125em; - border-left: 1px solid #ddd; - } - } -} - -div#footnotes { - font-size: smaller; - - hr { - margin-top: 2em; - width: 80%; - text-align: left; - color: @blockBorderColor; - } -} -- cgit v1.1