Table number / Figure number => bold
This commit is contained in:
parent
1267187eea
commit
2f5345e825
@ -9,11 +9,23 @@
|
||||
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 {
|
||||
|
@ -1261,11 +1261,23 @@ h2.footnotes{
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user