From: Aryeh Gregor Date: Mon, 2 Jul 2007 16:15:27 +0000 (+0000) Subject: (bug 10437) Move texvc styling to shared.css. Also, apparently I forgot to commit... X-Git-Tag: 1.31.0-rc.0~52286 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=9cfe58d1facee693cac782689a0fcb263baaa7e0;p=lhc%2Fweb%2Fwiklou.git (bug 10437) Move texvc styling to shared.css. Also, apparently I forgot to commit RELEASE-NOTES changes from last commit. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1875a656a9..b520f8bfe4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -116,6 +116,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN "destination filename" already exists. * (bug 10422) Do not wrap user JS/CSS in
; allow it to render as wikitext.
   like site CSS/JS.
+* Add 'editsection-brackets' message to allow localization (or removal) of the
+  brackets in the "[edit]" link for sections.
+* (bug 10437) Move texvc styling to shared.css.
 
 == Bugfixes since 1.10 ==
 
diff --git a/skins/chick/main.css b/skins/chick/main.css
index 18f3b4a2fb..7a785bdfab 100644
--- a/skins/chick/main.css
+++ b/skins/chick/main.css
@@ -328,8 +328,6 @@ img.thumbborder {
 .hiddenStructure {
     display: none;
 }
-img.tex { vertical-align: middle; }
-span.texhtml { font-family: serif; }
 
 /*
 ** classes for special content elements like town boxes
@@ -473,4 +471,4 @@ div.gallerytext {
 /* Recreating-deleted-page warning and log entries */
 div#mw-recreate-deleted-warn ul li {
 	font-size: 95%;
-}
\ No newline at end of file
+}
diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css
index 14e6405d24..1d70985370 100644
--- a/skins/common/oldshared.css
+++ b/skins/common/oldshared.css
@@ -115,9 +115,6 @@ img.thumbborder {
 }
 
 img { border: none; }
-img.tex { vertical-align: middle; }
-span.texhtml { font-family: serif; }
-
 
 #toc,
 .toc {
@@ -467,4 +464,4 @@ div#mw-recreate-deleted-warn ul li {
 	text-align: center;
 	vertical-align: middle;
 	font-size: 90%;
-}
\ No newline at end of file
+}
diff --git a/skins/common/shared.css b/skins/common/shared.css
index 8edea60ac2..b8f5775d8a 100644
--- a/skins/common/shared.css
+++ b/skins/common/shared.css
@@ -4,12 +4,19 @@
  * another, but don't ignore the poor non-Monobook users either.
  */
 .mw-plusminus-null { color: #aaa; }
+
 .texvc { direction: ltr; unicode-bidi: embed; }
+img.tex { vertical-align: middle; }
+span.texhtml { font-family: serif; }
+
 /* Stop floats from intruding into edit area in previews */
 #toolbar, #wpTextbox1 { clear: both; }
+
 div#mw-js-message {
 	margin: 1em 5%;
 	padding: 0.5em 2.5%;
 	border: solid 1px #ddd;
 	background-color: #fcfcfc;
 }
+
+
diff --git a/skins/monobook/main.css b/skins/monobook/main.css
index 7b8a08616c..3a1b1d99e8 100644
--- a/skins/monobook/main.css
+++ b/skins/monobook/main.css
@@ -492,12 +492,6 @@ img.thumbborder {
 	display: none;
 	speak: none;
 }
-img.tex {
-	vertical-align: middle;
-}
-span.texhtml {
-	font-family: serif;
-}
 
 /* Have a checkered background on images on the description pages and in galleries
    to make transparency visible