aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-07 23:45:40 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-07 23:45:40 -0400
commitf6b47b0d1c67228f13242864a50827b40abb320c (patch)
treeb825d44967a245c6fc03bfacb882ed1a18769e61 /doc/style.css
parentd258793c3f56dd71a5f39d87145b5c198ba8af4f (diff)
downloadikiwiki-f6b47b0d1c67228f13242864a50827b40abb320c.tar
ikiwiki-f6b47b0d1c67228f13242864a50827b40abb320c.tar.gz
img: Support captions.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index f9a69c4f1..b98507991 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -53,6 +53,12 @@ div.tags {
text-decoration: none;
}
+.img caption {
+ font-size: 80%;
+ caption-side: bottom;
+ text-align: center;
+}
+
#backlinks {
margin-top: 1em;
}