r80214 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80213‎ | r80214 | r80215 >
Date:00:34, 14 January 2011
Author:krinkle
Status:resolved (Comments)
Tags:
Comment:
Removing redundant line (Follow-up r78232)
<code>
ul.gallery, li.gallerybox {
display: inline-block;
</code>
the display of ul.gallery is overwritten later.
the display of li.gallery is overwriting an earlier one.

Shouldn't change anything other then having one line less
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -796,11 +796,10 @@
797797 vertical-align: top;
798798 background-color: #f9f9f9;
799799 border: solid 2px white;
800 - display: -moz-inline-box;
 800+ display: inline-block;
801801 }
802802
803803 ul.gallery, li.gallerybox {
804 - display: inline-block;
805804 zoom: 1;
806805 *display: inline;
807806 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78232Make ul.gallery block, not inline-block...simetrical00:30, 12 December 2010

Comments

#Comment by Krinkle (talk | contribs)   00:40, 14 January 2011

Follow-up r80214.

#Comment by Krinkle (talk | contribs)   00:40, 14 January 2011

Follow-up r80214 is r80216

Status & tagging log