Module: libav.org Branch: master Commit: d76796e410aaa5cf94d9d7c1796a74ccc109d98e
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Mon Apr 7 04:08:24 2014 +0200 css: Indent definition in definition lists --- htdocs/css/bootstrap-theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/css/bootstrap-theme.css b/htdocs/css/bootstrap-theme.css index 5c86fc1..24b2fa6 100644 --- a/htdocs/css/bootstrap-theme.css +++ b/htdocs/css/bootstrap-theme.css @@ -461,4 +461,8 @@ blockquote { background: black; } +dd { + margin-left: 2em; +} + /*# sourceMappingURL=bootstrap-theme.css.map */ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
