From 06ca4fa51a20e0813c9518eb4fca0f2ab6ccc2bb Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sun, 9 May 2004 20:56:37 +0000 Subject: [PATCH] centered thumb image --- stylesheets/monobook/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index a3c1fe2894..b80fe7a4ae 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -315,6 +315,8 @@ div.thumb div { } div.thumb div a img { border:1px solid #cccccc; + margin-left: auto; + margin-right: auto; } div div.thumbcaption { border: none; -- 2.20.1