r103431 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103430‎ | r103431 | r103432 >
Date:01:22, 17 November 2011
Author:brion
Status:deferred
Tags:
Comment:
older -webkit-gradient syntax needed for browser on Android 2.3 (Nexus 1, Kindle Fire)
Modified paths:
  • /trunk/mockups/athena/athena.css (modified) (history)

Diff [purge]

Index: trunk/mockups/athena/athena.css
@@ -40,6 +40,7 @@
4141 }
4242
4343 #top-bar, #bottom-bar {
 44+ /* needed on Android 2.3 */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E3E3E), color-stop(14%,#393939), color-stop(32%,#2E2E2E), color-stop(64%,#151515), color-stop(84%,#080808), color-stop(100%,#000000));
4445 background: -webkit-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
4546 background: -moz-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
4647 background: -ms-linear-gradient(top, #3E3E3E 0%,#393939 14%,#2E2E2E 32%,#151515 64%,#080808 84%,#010101 100%);
@@ -66,6 +67,7 @@
6768
6869 .bar .detail {
6970 background-color: gray;
 71+ /* needed on Android 2.3 */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6D6D6D), color-stop(15%,#676767), color-stop(36%,#5A5A5A), color-stop(77%,#494949), color-stop(100%,#282828));
7072 background: -webkit-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);
7173 background: -moz-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);
7274 background: -ms-linear-gradient(top, #6D6D6D 0%,#676767 15%,#5A5A5A 36%,#494949 77%,#282828 100%);

Status & tagging log