aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/gogs')
-rw-r--r--public/ng/less/gogs/dashboard.less4
-rw-r--r--public/ng/less/gogs/repository.less3
2 files changed, 6 insertions, 1 deletions
diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less
index 24c433a3..cf1b87cc 100644
--- a/public/ng/less/gogs/dashboard.less
+++ b/public/ng/less/gogs/dashboard.less
@@ -12,6 +12,7 @@
#dashboard-header {
border-bottom: 1px solid @dashboardHeaderBorderColor;
height: 69px;
+ background-color: #FFF;
> .menu-line {
> li {
padding: 12px 6px;
@@ -125,6 +126,9 @@
.repo-contrib-header {
border-top: 1px solid #d6d6d6;
}
+ .panel-header{
+ font-size: 14px;
+ }
}
#dashboard-my-repo {
.panel-header {
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index 7d6cdd0a..236271d4 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -301,7 +301,8 @@
}
}
}
-#repo-readme {
+#repo-readme,
+#repo-read-file{
margin-bottom: 80px;
}
#repo-bare-start {