r76142 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76141‎ | r76142 | r76143 >
Date:21:15, 5 November 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Forgot styles
Modified paths:
  • /trunk/extensions/Translate/Translate.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/Translate.css
@@ -218,3 +218,17 @@
219219 -webkit-border-radius: 10px;
220220 background-color: #D1E231 !important;
221221 }
 222+
 223+
 224+table.translationdisplay {
 225+ -moz-box-shadow: 3px 3px 4px #BDA;
 226+ -webkit-box-shadow: 3px 3px 4px #BDA;
 227+ box-shadow: 3px 3px 4px #BDA;
 228+}
 229+
 230+
 231+table.translationdisplay-hover {
 232+ -moz-box-shadow: 3px 3px 4px #000;
 233+ -webkit-box-shadow: 3px 3px 4px #000;
 234+ box-shadow: 3px 3px 4px #000;
 235+}

Status & tagging log