fix title border
This commit is contained in:
parent
7dc520cea6
commit
2c3d3901bb
1 changed files with 4 additions and 4 deletions
|
@ -45,14 +45,14 @@ figure {
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: -1px;
|
||||||
left: 0;
|
left: -1px;
|
||||||
|
width: 100%;
|
||||||
|
border: 1px solid white;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
|
||||||
background: hsl(0, 0%, 0%, 75%);
|
background: hsl(0, 0%, 0%, 75%);
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
border-top: 1px solid white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue