1
0
Fork 0

Theme: figure styling

pub/systemd-gripes
LEdoian 1 year ago
parent 616c873161
commit 551360ea73

@ -57,7 +57,8 @@ footer {
text-align: right;
}
pre, tt {
/* A fallback background for images with dark lines and transparent bg */
pre, tt, object, img {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 2pt;
}
@ -71,3 +72,15 @@ tt {
padding-left: 1pt;
padding-right: 1pt;
}
.figure {
text-align: center;
}
p {
text-align: justify;
}
p.caption {
text-align: center;
}

Loading…
Cancel
Save