チェンジセット 102 : branches

差分発生行の前後
無視リスト:
更新日時:
2010/01/11 05:04:09 (2 年 前)
更新者:
h
ログメッセージ:

fixes #41
linuxでうまく表示できなかったので修正。

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/chrome/content/splash/splash.js

    r100 r102  
    1717 
    1818        var screen = document.getElementById("vocalofx-splash"); 
     19        screen.style.MozAppearance = "none"; 
    1920        screen.style.backgroundRepeat = "no-repeat"; 
    2021        screen.style.backgroundImage = "url('" + image + "')";