diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..eca07e4c --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.1.2 diff --git a/assets/images/ui/close-white.png b/assets/images/ui/close-white.png deleted file mode 100644 index 1348122d..00000000 Binary files a/assets/images/ui/close-white.png and /dev/null differ diff --git a/assets/images/ui/close-white.svg b/assets/images/ui/close-white.svg new file mode 100644 index 00000000..358573f1 --- /dev/null +++ b/assets/images/ui/close-white.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/assets/styles/app/flash.sass b/assets/styles/app/flash.sass index 071695ee..677502e0 100644 --- a/assets/styles/app/flash.sass +++ b/assets/styles/app/flash.sass @@ -35,6 +35,6 @@ right: 30px width: 16px height: 16px - background: inline-image('ui/close-white.png') no-repeat 0 0 + background: inline-image('ui/close-white.svg') no-repeat 0 0 cursor: pointer diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass index fc3ad1a9..f89deb78 100644 --- a/assets/styles/main/summary.sass +++ b/assets/styles/main/summary.sass @@ -111,6 +111,8 @@ text-overflow: ellipsis white-space: nowrap overflow: hidden + display: inline-block + max-width: 175px .commit-changes background: inline-image('icons/github.svg') left center no-repeat @@ -131,6 +133,8 @@ text-overflow: ellipsis white-space: nowrap overflow: hidden + display: inline-block + max-width: 175px .right margin-top: 10px