Module: libav.org Branch: master Commit: 8d303b6292483aad283bdc2ba14806e8b36b2e6c
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Mon Nov 10 17:18:08 2014 +0100 css: Add .affix Useful for the floating TOC. --- 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 1ec4060..dde626c 100644 --- a/htdocs/css/bootstrap-theme.css +++ b/htdocs/css/bootstrap-theme.css @@ -563,4 +563,8 @@ dd { margin-left: 2em; } +.affix { + top: 10px; +} + /*# sourceMappingURL=bootstrap-theme.css.map */ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
