Table number / Figure number => bold

This commit is contained in:
Thomas Dehaeze 2020-11-24 14:24:00 +01:00
parent 1267187eea
commit 2f5345e825
2 changed files with 28 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {