diff options
author | James Nylen <jnylen@gmail.com> | 2016-08-09 04:57:13 +0000 |
---|---|---|
committer | James Nylen <jnylen@gmail.com> | 2016-08-09 04:57:13 +0000 |
commit | c0f59d540a269d5ee6400087baf75251d59e5d79 (patch) | |
tree | 8bf62246b95a92b1125d264a107d9740df153b92 | |
parent | 77c714c4ec71cd25d23640aa6f83d720cae7bdc5 (diff) | |
download | d3-process-map-master.zip d3-process-map-master.tar.gz d3-process-map-master.tar.bz2 |
Update image borders to match GitHub page designHEADorigin/masterorigin/HEADmaster
-rwxr-xr-x | img/borders.sh | 4 | ||||
-rw-r--r-- | img/thumb-default.png | bin | 138130 -> 137868 bytes | |||
-rw-r--r-- | img/thumb-les-mis.png | bin | 176771 -> 176448 bytes |
3 files changed, 1 insertions, 3 deletions
diff --git a/img/borders.sh b/img/borders.sh index f5f9ea3..58e8a14 100755 --- a/img/borders.sh +++ b/img/borders.sh @@ -6,9 +6,7 @@ for i in *-orig.png; do out="${i%-orig.png}.png" convert "$i" \ - -bordercolor '#cacaca' \ + -bordercolor '#dddddd' \ -border 1x1 \ - -bordercolor '#eeeeee' \ - -border 2x2 \ "$out" done diff --git a/img/thumb-default.png b/img/thumb-default.png Binary files differindex 2374e0c..d097e7f 100644 --- a/img/thumb-default.png +++ b/img/thumb-default.png diff --git a/img/thumb-les-mis.png b/img/thumb-les-mis.png Binary files differindex 374af94..a8f7f40 100644 --- a/img/thumb-les-mis.png +++ b/img/thumb-les-mis.png |