r23648 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23647‎ | r23648 | r23649 >
Date:16:15, 2 July 2007
Author:simetrical
Status:old
Tags:
Comment:
(bug 10437) Move texvc styling to shared.css. Also, apparently I forgot to commit RELEASE-NOTES changes from last commit.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/chick/main.css (modified) (history)
  • /trunk/phase3/skins/common/oldshared.css (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/chick/main.css
@@ -328,8 +328,6 @@
329329 .hiddenStructure {
330330 display: none;
331331 }
332 -img.tex { vertical-align: middle; }
333 -span.texhtml { font-family: serif; }
334332
335333 /*
336334 ** classes for special content elements like town boxes
@@ -473,4 +471,4 @@
474472 /* Recreating-deleted-page warning and log entries */
475473 div#mw-recreate-deleted-warn ul li {
476474 font-size: 95%;
477 -}
\ No newline at end of file
 475+}
Index: trunk/phase3/skins/monobook/main.css
@@ -492,12 +492,6 @@
493493 display: none;
494494 speak: none;
495495 }
496 -img.tex {
497 - vertical-align: middle;
498 -}
499 -span.texhtml {
500 - font-family: serif;
501 -}
502496
503497 /* Have a checkered background on images on the description pages and in galleries
504498 to make transparency visible
Index: trunk/phase3/skins/common/oldshared.css
@@ -115,10 +115,7 @@
116116 }
117117
118118 img { border: none; }
119 -img.tex { vertical-align: middle; }
120 -span.texhtml { font-family: serif; }
121119
122 -
123120 #toc,
124121 .toc {
125122 border: 1px solid #bba;
@@ -467,4 +464,4 @@
468465 text-align: center;
469466 vertical-align: middle;
470467 font-size: 90%;
471 -}
\ No newline at end of file
 468+}
Index: trunk/phase3/skins/common/shared.css
@@ -4,12 +4,19 @@
55 * another, but don't ignore the poor non-Monobook users either.
66 */
77 .mw-plusminus-null { color: #aaa; }
 8+
89 .texvc { direction: ltr; unicode-bidi: embed; }
 10+img.tex { vertical-align: middle; }
 11+span.texhtml { font-family: serif; }
 12+
913 /* Stop floats from intruding into edit area in previews */
1014 #toolbar, #wpTextbox1 { clear: both; }
 15+
1116 div#mw-js-message {
1217 margin: 1em 5%;
1318 padding: 0.5em 2.5%;
1419 border: solid 1px #ddd;
1520 background-color: #fcfcfc;
1621 }
 22+
 23+
Index: trunk/phase3/RELEASE-NOTES
@@ -116,6 +116,9 @@
117117 "destination filename" already exists.
118118 * (bug 10422) Do not wrap user JS/CSS in <pre>; allow it to render as wikitext.
119119 like site CSS/JS.
 120+* Add 'editsection-brackets' message to allow localization (or removal) of the
 121+ brackets in the "[edit]" link for sections.
 122+* (bug 10437) Move texvc styling to shared.css.
120123
121124 == Bugfixes since 1.10 ==
122125

Follow-up revisions

RevisionCommit summaryAuthorDate
r23662Merged revisions 23581-23661 via svnmerge from...david03:01, 3 July 2007

Status & tagging log