From 98381df7c51eddfe81ec8a0b37300cd5bce9c8e8 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 8 Feb 2008 20:27:32 +0000 Subject: [PATCH] Fix typos from r30716. text-aling is not a recognized CSS property. :) Syntax highlighting is good for catching this kind of thing. --- skins/common/shared.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 4ede168fec..53e67c6408 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -70,7 +70,7 @@ td.mw-label { vertical-align: top; } td.mw-submit { white-space: nowrap; } /** - * Lists (fixing for RTL display_ + * Lists (fixing for RTL display) */ body.rtl #body-content ul { display:table; } body.rtl #body-content ol { display:table; } @@ -78,8 +78,8 @@ body.rtl #body-content ol { display:table; } /** * Image captions */ -body.rtl .thumbcaption { text-aling:right; } +body.rtl .thumbcaption { text-align:right; } body.rtl .magnify { float:left; } -body.ltr .thumbcaption { text-aling:left; } -body.ltr .magnify { float:right; } \ No newline at end of file +body.ltr .thumbcaption { text-align:left; } +body.ltr .magnify { float:right; } -- 2.20.1