r16956 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16955‎ | r16956 | r16957 >
Date:04:33, 12 October 2006
Author:simetrical
Status:old
Tags:
Comment:
Modified paths:
  • /trunk/phase3/HISTORY (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -61,6 +61,9 @@
6262 table {
6363 font-size: 100%;
6464 color: black;
 65+ /* we don't want the bottom borders of <h2>s to be visible through
 66+ floated tables */
 67+ background-color: white;
6568 }
6669 a {
6770 text-decoration: none;
Index: trunk/phase3/HISTORY
@@ -1,10 +1,14 @@
2 -Change notes from older releases. For current info see RELEASE-NOTES.
 2+Change notes from older releases. For current info see RELEASE-NOTES.
33
44 = MediaWiki release notes =
55
66 Security reminder: MediaWiki does not require PHP's register_globals
77 setting since version 1.2.0. If you have it on, turn it *off* if you can.
88
 9+== Changes since 1.8 ==
 10+* (bug 6918) Stopped borders and backgrounds from showing through floated
 11+ tables in Monobook
 12+
913 == Changes since 1.7 ==
1014
1115 * Introduced AjaxResponse object, superceding AjaxCachePolicy