Table number / Figure number => bold
This commit is contained in:
parent
1267187eea
commit
2f5345e825
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user