X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/373af6760e291f795f7ff53cd76a302c38b838e0..70012d8c5997c66e3377b80da318be12c48f2f55:/base.css diff --git a/base.css b/base.css index 3dc2fac..3c00aa4 100644 --- a/base.css +++ b/base.css @@ -662,6 +662,24 @@ ul.legend-set li { padding: 0 0.2em; } +/* images */ + +figure { + margin: 0; + position: relative; +} +figcaption { + position: absolute; + padding: 0 1em; + background: rgba(0, 0, 0, .5); + right: 0; + bottom: 0; +} +img { + vertical-align: bottom; + width: 100%; +} + /* page-specific */ #browser td > a {