Index: trunk/extensions/MobileFrontend/javascripts/beta_opensearch.js |
— | — | @@ -76,7 +76,6 @@ |
77 | 77 | pE.style.position = 'absolute'; |
78 | 78 | pE.style.left = ( search.offsetLeft + 5 ) + pixels; |
79 | 79 | pE.style.top = ( sq.offsetTop + 12 ) + pixels; |
80 | | - //pE.style.zIndex = -1; |
81 | 80 | pE.style.color = '#666666'; |
82 | 81 | pE.style.fontSize = 16 + pixels; |
83 | 82 | pE.style.display = 'block'; |