From fceb0475d24941f526129a8f3d8a7d85e280972f Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 26 Sep 2014 03:10:24 +0000 Subject: [PATCH] added a style for an image located in a list --- codepot/src/css/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index 54e00860..c254a21c 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -335,6 +335,11 @@ body { max-width: 100%; } +.content .mainarea li img { + vertical-align: middle; + padding: 2px; +} + .content .mainarea table p.wiki { /* no margin-top within tables */ margin-top: 0;