From 1d4956f61615ed32f52b2f92bb8ae31b09279a34 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 6 Feb 2015 13:08:04 +0000 Subject: Pagination images --- docs_theme/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs_theme/css') diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index 3feff0ba..d998fbee 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -186,6 +186,10 @@ body{ margin-top: 15px } +#main-content img { + display: block; + margin: 40px auto; +} /* custom navigation styles */ .navbar .navbar-inner{ -- cgit v1.2.3