* (bug 8002) Math should render left-to-right even in right-to-left wikis
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 12 Jan 2007 04:59:26 +0000 (04:59 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 12 Jan 2007 04:59:26 +0000 (04:59 +0000)
RELEASE-NOTES
skins/chick/main.css
skins/common/common.css
skins/monobook/handheld.css
skins/monobook/main.css
skins/simple/main.css

index 5238041..94b2760 100644 (file)
@@ -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 ==
 
index b84b291..d0ae5e7 100644 (file)
@@ -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
index f3e5b57..0c3a258 100644 (file)
@@ -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
index 38fe1eb..0f20dd9 100644 (file)
@@ -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
index dbfc080..123ad18 100644 (file)
@@ -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
index e474f43..f24f3f4 100644 (file)
@@ -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