diff options
author | 无闻 <u@gogs.io> | 2015-09-01 06:37:46 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-09-01 06:37:46 -0400 |
commit | 67f07e21f55c599eb335806e054b7d40d28b4e3e (patch) | |
tree | 61c6ed9d1c70f74f40ea58403f13646b09a2f694 /public/less/gogs.less | |
parent | b983772ca0810feb65f85ff73fa6a49aff3d5d56 (diff) | |
parent | c5629fe75abc4a7d84afd27c9f7364c218f97be7 (diff) |
Merge pull request #1551 from peppage/explore-ui
Update Explore UI
Diffstat (limited to 'public/less/gogs.less')
-rw-r--r-- | public/less/gogs.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/less/gogs.less b/public/less/gogs.less index 9c277d38..9ef2f734 100644 --- a/public/less/gogs.less +++ b/public/less/gogs.less @@ -8,4 +8,5 @@ @import "_organization"; @import "_user"; @import "_dashboard"; -@import "_admin";
\ No newline at end of file +@import "_admin"; +@import "_explore";
\ No newline at end of file |