(bug 10437) Move texvc styling to shared.css. Also, apparently I forgot to commit...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 2 Jul 2007 16:15:27 +0000 (16:15 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 2 Jul 2007 16:15:27 +0000 (16:15 +0000)
RELEASE-NOTES
skins/chick/main.css
skins/common/oldshared.css
skins/common/shared.css
skins/monobook/main.css

index 1875a65..b520f8b 100644 (file)
@@ -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 <pre>; 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 ==
 
index 18f3b4a..7a785bd 100644 (file)
@@ -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
+}
index 14e6405..1d70985 100644 (file)
@@ -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
+}
index 8edea60..b8f5775 100644 (file)
@@ -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;
 }
+
+
index 7b8a086..3a1b1d9 100644 (file)
@@ -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