Archived
1
0
This commit is contained in:
Jeff Becker 2017-09-22 09:44:56 -04:00
parent 1b55b4a213
commit 1aa6824fd7
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
GOROOT ?= $(shell go env GOROOT)
GO ?= $(GOROOT)/bin/go
REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
VERSION=$(shell $(GO) version | cut -d' ' -f3)

View File

@ -114,7 +114,7 @@ textarea, select {
}
.livechan_captcha_inner {
padding: 200px;
padding: 25%;
}
.livechan_captcha_image {