From 9d4aee8a4bd8e030649372f95c7e8ad04eab1918 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sun, 9 May 2004 21:12:16 +0000 Subject: [PATCH] really centered now --- stylesheets/monobook/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index b80fe7a4ae..12a53b64b6 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -312,12 +312,15 @@ div.thumb div { padding: 3px !important; background-color:#f9f9f9; font-size: 94%; + text-align: center; } -div.thumb div a img { - border:1px solid #cccccc; +div.thumb div a { margin-left: auto; margin-right: auto; } +div.thumb div a img { + border:1px solid #cccccc; +} div div.thumbcaption { border: none; text-align: left; -- 2.20.1