chiark
/
gitweb
/
~mdw
/
tgal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83bfcbc
)
static/tgal.css: Explicitly centre text in `figcaption'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 23 Dec 2021 21:51:56 +0000
(21:51 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 25 Dec 2021 16:09:18 +0000
(16:09 +0000)
Don't rely on this being set up in some parent element -- 'cos it won't
be.
static/tgal.css
patch
|
blob
|
blame
|
history
diff --git
a/static/tgal.css
b/static/tgal.css
index de367ed1a34f6b15a84301cca3ac2bbeb2f3b0b4..251541f85acbadf14a1e33c3d8b52740b87347a9 100644
(file)
--- a/
static/tgal.css
+++ b/
static/tgal.css
@@
-107,6
+107,7
@@
figure.thumb figcaption {
display: block;
width: 228px;
}
+figcaption { text-align: center; }
figcaption span.name { font-family: sans-serif; }
figcaption span.comment { font-style: italic; margin-inline-start: 1em; }