diff options
| author | hallgren <hallgren@chalmers.se> | 2012-08-02 12:12:59 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-08-02 12:12:59 +0000 |
| commit | 2e968a01fab7089b3b918b3944ba324ff95c337b (patch) | |
| tree | 3bf92bd7e782688257dc2c19135be94049283885 /src | |
| parent | 700982076cce1e79df40efde1f009349ddfdab78 (diff) | |
gfse: matching colors in cloud download/upload icons
Diffstat (limited to 'src')
| -rw-r--r-- | src/www/gfse/P/1343909216_weather_03.png | bin | 0 -> 2391 bytes | |||
| -rw-r--r-- | src/www/gfse/editor.js | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/P/1343909216_weather_03.png b/src/www/gfse/P/1343909216_weather_03.png Binary files differnew file mode 100644 index 000000000..831946638 --- /dev/null +++ b/src/www/gfse/P/1343909216_weather_03.png diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index 409cc936b..8f8d3354d 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -30,7 +30,7 @@ function draw_grammar_list() { var cloud_download= a(jsurl("download_json()"), [node("img",{"class":"cloud", - src:"P/1307545089_weather_04.png",alt:"[Down Cloud]", + src:"P/1343909216_weather_03.png",alt:"[Down Cloud]", title:"Click to download grammar updates from the cloud"}, [])]); insertAfter(cloud_download,cloud_upload); |
