summaryrefslogtreecommitdiffstats
path: root/public/less/_explore.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-01 07:04:35 -0400
committerUnknwon <u@gogs.io>2015-09-01 07:04:35 -0400
commit7714e792a4ff5b179c24b1db35a5d452716c47f0 (patch)
treee0b0a08395de1d7400faba2d2d303b5d333c8730 /public/less/_explore.less
parent67f07e21f55c599eb335806e054b7d40d28b4e3e (diff)
downloadgitea-7714e792a4ff5b179c24b1db35a5d452716c47f0.tar.gz
gitea-7714e792a4ff5b179c24b1db35a5d452716c47f0.zip
minor fixes on #1551
Diffstat (limited to 'public/less/_explore.less')
-rw-r--r--public/less/_explore.less27
1 files changed, 27 insertions, 0 deletions
diff --git a/public/less/_explore.less b/public/less/_explore.less
index e39a2e3860..5d6be53777 100644
--- a/public/less/_explore.less
+++ b/public/less/_explore.less
@@ -1,3 +1,30 @@
.explore {
padding-top: 15px;
+ padding-bottom: @footer-margin * 2;
+
+ &.repositories {
+ .ui.repository.list {
+ .item {
+ border-top: 1px solid #eee;
+ padding-top: 25px;
+ padding-bottom: 25px;
+ .ui.header {
+ font-size: 1.5rem;
+ padding-bottom: 10px;
+ .metas {
+ color: #888;
+ font-size: 13px;
+ font-weight: normal;
+ span:not(:last-child) {
+ margin-right: 5px;
+ }
+ }
+ }
+ .time {
+ font-size: 12px;
+ color: #808080;
+ }
+ }
+ }
+ }
} \ No newline at end of file