inline-block per i titoli
This commit is contained in:
parent
590584d79f
commit
5656f26085
1 changed files with 9 additions and 0 deletions
|
@ -85,6 +85,15 @@ tt {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #9c2f2f;
|
color: #9c2f2f;
|
||||||
border-bottom; 0px;
|
border-bottom; 0px;
|
||||||
|
|
||||||
|
}
|
||||||
|
a.toc-backref,
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
tt {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
a.toc-backref:hover {
|
a.toc-backref:hover {
|
||||||
color: rgba(0,0,0,1);
|
color: rgba(0,0,0,1);
|
||||||
|
|
Loading…
Reference in a new issue