Skip to content

Commit f8740a7

Browse files
committed
Logo调整
1 parent 1f8ce8a commit f8740a7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ dist
4646
output
4747
virtualroot
4848
docker
49-
license.cert
49+
license.cert
50+
index

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GITHASH=`git rev-parse HEAD 2>/dev/null`
99
BUILDAT=`date +%FT%T%z`
1010

1111
# Setup the -ldflags option for go build here, interpolate the variable values
12-
LDFLAGS="-s -w -X github.com/TruthHun/BookStack/utils.GitHash=${GITHASH} -X github.com/TruthHun/BookStack/utils.BuildAt=${BUILDAT} -X github.com/TruthHun/BookStack/utils.Version=${VERSION} -X myquant.cn/algoserv/algoserv/admin.Binary=true"
12+
LDFLAGS="-s -w -X github.com/TruthHun/BookStack/utils.GitHash=${GITHASH} -X github.com/TruthHun/BookStack/utils.BuildAt=${BUILDAT} -X github.com/TruthHun/BookStack/utils.Version=${VERSION}"
1313

1414
##########
1515

static/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ a{color: #333}
678678

679679
.border{border: 1px solid #efefef;}
680680
.border-cover-img{box-shadow: 0px 1px 3px rgba(0,0,0,.1);border-radius: 4px;}
681-
.navbar-brand>img.logo{height: 55px;margin-top: -13px;}
681+
.navbar-brand>img.logo{height: 45px;margin-top: -7px;}
682682
#bookstack-intro{padding-top: 70px;}
683683
#bookstack-intro ul,#bookstack-intro li{list-style: none;padding:0px;}
684684
#bookstack-intro h1{font-size: 22px;line-height: 150%;color: #555;margin-top: 10px;}
@@ -808,7 +808,7 @@ a{color: #333}
808808
.nopadding{padding: 0px !important;}
809809

810810
/*用户主页*/
811-
.ucenter{margin-top: 65px;}
811+
.ucenter{margin-top: 75px;}
812812
.ucenter .panel{border-radius: 0;box-shadow: none !important;}
813813
.ucenter .well{border-radius: 0px;border: 0;box-shadow: none;padding: 15px 0;}
814814
.ucenter h3{font-size: 18px;font-weight: 400;}

static/images/logo.png

-23 Bytes
Loading

0 commit comments

Comments
 (0)