From 2f5345e8255920e379e4b7921b313e5cb86e398b Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 24 Nov 2020 14:24:00 +0100 Subject: [PATCH] Table number / Figure number => bold --- css/custom.css | 16 ++++++++++++++-- css/style.css | 16 ++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/css/custom.css b/css/custom.css index f589dd4..be6f815 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,19 +1,31 @@ /* Figures */ -.figure p{ +.figure p { text-align: center; } -.figure img{ +.figure img { max-width:100%; display: block; margin: auto; } +.figure .figure-number { + font-weight: bold; + color: #343131; +} + +/* Tables */ + table { margin-left: auto; margin-right: auto; } +table .table-number { + font-weight: bold; + color: #343131; +} + /* Source Blocks */ .org-src-container > pre.src:before { diff --git a/css/style.css b/css/style.css index f8eedc6..31aaa0e 100644 --- a/css/style.css +++ b/css/style.css @@ -1251,21 +1251,33 @@ h2.footnotes{ .org-widget-inactive { /* widget-inactive */ color: #7f7f7f; } .org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; } /* Figures */ -.figure p{ +.figure p { text-align: center; } -.figure img{ +.figure img { max-width:100%; display: block; margin: auto; } +.figure .figure-number { + font-weight: bold; + color: #343131; +} + +/* Tables */ + table { margin-left: auto; margin-right: auto; } +table .table-number { + font-weight: bold; + color: #343131; +} + /* Source Blocks */ .org-src-container > pre.src:before {