Table number / Figure number => bold
This commit is contained in:
parent
1267187eea
commit
2f5345e825
@ -1,19 +1,31 @@
|
|||||||
/* Figures */
|
/* Figures */
|
||||||
.figure p{
|
.figure p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.figure img{
|
.figure img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.figure .figure-number {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #343131;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tables */
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table .table-number {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #343131;
|
||||||
|
}
|
||||||
|
|
||||||
/* Source Blocks */
|
/* Source Blocks */
|
||||||
|
|
||||||
.org-src-container > pre.src:before {
|
.org-src-container > pre.src:before {
|
||||||
|
@ -1251,21 +1251,33 @@ h2.footnotes{
|
|||||||
.org-widget-inactive { /* widget-inactive */ color: #7f7f7f; }
|
.org-widget-inactive { /* widget-inactive */ color: #7f7f7f; }
|
||||||
.org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; }
|
.org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; }
|
||||||
/* Figures */
|
/* Figures */
|
||||||
.figure p{
|
.figure p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.figure img{
|
.figure img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.figure .figure-number {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #343131;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tables */
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table .table-number {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #343131;
|
||||||
|
}
|
||||||
|
|
||||||
/* Source Blocks */
|
/* Source Blocks */
|
||||||
|
|
||||||
.org-src-container > pre.src:before {
|
.org-src-container > pre.src:before {
|
||||||
|
Loading…
Reference in New Issue
Block a user