From 7912a23eb3c85edc4956b0106cdc505b5091b415 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 12 Jan 2007 04:59:26 +0000 Subject: [PATCH] * (bug 8002) Math should render left-to-right even in right-to-left wikis --- RELEASE-NOTES | 1 + skins/chick/main.css | 8 ++++++-- skins/common/common.css | 8 ++++++-- skins/monobook/handheld.css | 14 +++++++++----- skins/monobook/main.css | 8 ++++++-- skins/simple/main.css | 9 +++++++-- 6 files changed, 35 insertions(+), 13 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5238041023..94b2760553 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -52,6 +52,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Correct tooltip accesskey hint for Opera on the Macintosh (it uses Shift-Esc-, not Ctrl-). * (bug 3446) Add user preference to hide page content below diffs, can be overridden by adding diffonly=1 or diffonly=0 to the URL of the diff page +* (bug 8002) Math should render left-to-right even in right-to-left wikis == Languages updated == diff --git a/skins/chick/main.css b/skins/chick/main.css index b84b291e5a..d0ae5e7dd1 100644 --- a/skins/chick/main.css +++ b/skins/chick/main.css @@ -494,6 +494,10 @@ div.gallerytext { .templatesUsed { margin-top: 1.5em; } +/** + * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. + * When the day comes, it can be moved to a *real* common.css. + */ #toolbar { clear: both; } - -.mw-plusminus-null { color: #aaa; } \ No newline at end of file +.mw-plusminus-null { color: #aaa; } +.texvc { direction: ltr; unicode-bidi: embed; } \ No newline at end of file diff --git a/skins/common/common.css b/skins/common/common.css index f3e5b574fd..0c3a258dd8 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -462,6 +462,10 @@ table.multipageimage td { .templatesUsed { margin-top: 1em; } +/** + * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. + * When the day comes, it can be moved to a *real* common.css. + */ #toolbar { clear: both; } - -.mw-plusminus-null { color: #aaa; } \ No newline at end of file +.mw-plusminus-null { color: #aaa; } +.texvc { direction: ltr; unicode-bidi: embed; } \ No newline at end of file diff --git a/skins/monobook/handheld.css b/skins/monobook/handheld.css index 38fe1ebe72..0f20dd9a63 100644 --- a/skins/monobook/handheld.css +++ b/skins/monobook/handheld.css @@ -1325,13 +1325,17 @@ tr.sv-space td { display: none; } .mw-summary-preview { margin: 0.1em 0; } -#toolbar { clear: both; } - -.mw-plusminus-null { color: #aaa; } - @media handheld { .nonessential { /* Kill big bulky stuff that will clog up the screen */ display: none; } -} \ No newline at end of file +} + +/** + * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. + * When the day comes, it can be moved to a *real* common.css. + */ +#toolbar { clear: both; } +.mw-plusminus-null { color: #aaa; } +.texvc { direction: ltr; unicode-bidi: embed; } \ No newline at end of file diff --git a/skins/monobook/main.css b/skins/monobook/main.css index dbfc080190..123ad1894d 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1611,6 +1611,10 @@ tr.sv-space td { display: none; } .mw-summary-preview { margin: 0.1em 0; } +/** + * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. + * When the day comes, it can be moved to a *real* common.css. + */ #toolbar { clear: both; } - -.mw-plusminus-null { color: #aaa; } \ No newline at end of file +.mw-plusminus-null { color: #aaa; } +.texvc { direction: ltr; unicode-bidi: embed; } \ No newline at end of file diff --git a/skins/simple/main.css b/skins/simple/main.css index e474f436a6..f24f3f46de 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -437,6 +437,11 @@ table.collapsed tr.collapsable { } .templatesUsed { margin-top: 1.5em; } -#toolbar { clear: both; } -.mw-plusminus-null { color: #aaa; } \ No newline at end of file +/** + * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. + * When the day comes, it can be moved to a *real* common.css. + */ +#toolbar { clear: both; } +.mw-plusminus-null { color: #aaa; } +.texvc { direction: ltr; unicode-bidi: embed; } \ No newline at end of file -- 2.20.1