From edfa7adc62807cbddf286fc4edff041c49c604a0 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 22 Jan 2011 22:29:57 +0000 Subject: [PATCH] Follow up to r80773. Repair the thumbcaptions alignment. --- skins/common/shared.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index b3b9a4e8dc..7d1a0a2edf 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -128,8 +128,8 @@ input#wpSummary { /** * Image captions */ -.thumbcaption { text-align: right; } -.magnify { float: left; } +.thumbcaption { text-align: left; } +.magnify { float: right; } /** * Hidden categories -- 2.20.1