diff options
author | Michael Peppler <peppage@gmail.com> | 2015-08-31 18:20:23 -0400 |
---|---|---|
committer | Michael Peppler <mpeppler@carnegiehall.org> | 2015-08-31 18:23:43 -0400 |
commit | d1c5a5ed685f3bf330ced5a31bedf245ce0b294e (patch) | |
tree | f0f0b1df5acfe6b6848f2962566c73dcb941299e /public/less | |
parent | ee3e0c3c49d2a4bf9a33386ab22d4c521e5016b6 (diff) | |
download | gitea-d1c5a5ed685f3bf330ced5a31bedf245ce0b294e.tar.gz gitea-d1c5a5ed685f3bf330ced5a31bedf245ce0b294e.zip |
new explore UI
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_explore.less | 3 | ||||
-rw-r--r-- | public/less/gogs.less | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/public/less/_explore.less b/public/less/_explore.less new file mode 100644 index 0000000000..e39a2e3860 --- /dev/null +++ b/public/less/_explore.less @@ -0,0 +1,3 @@ +.explore { + padding-top: 15px; +}
\ No newline at end of file diff --git a/public/less/gogs.less b/public/less/gogs.less index 9c277d3880..9ef2f734bd 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 |