From 1119516e213340cee7953fd253a2e3e2d5a4f885 Mon Sep 17 00:00:00 2001 From: Fengda Huang Date: Thu, 31 Mar 2016 07:59:54 +0800 Subject: [PATCH] Update style.css --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 1332a5d..3c9be49 100644 --- a/style.css +++ b/style.css @@ -142,9 +142,15 @@ pre code { } figure img { + display: block; + margin: 0 auto; max-width: 100%; } +figcaption { + text-align: center; +} + ul li a { font-weight: bold; } @@ -162,7 +168,7 @@ ul li ul a { table { - margin-bottom: 10px + margin: 10px auto; } thead { @@ -208,4 +214,4 @@ td,th { margin: 0; overflow: visible; padding: .5em 1em -} \ No newline at end of file +}