aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 7116afc0..2d2ab7f3 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -1059,6 +1059,10 @@ The register and sign-in page style
#repo-content {
padding: 18px 0;
}
+.repo-wide-wrapper {
+ padding: 18px 0;
+ position: relative;
+}
#repo-clone-url {
border-right: none;
width: 190px;
@@ -1083,6 +1087,9 @@ The register and sign-in page style
#repo-desc {
font-size: 1.2em;
}
+#repo-desc .no-description {
+ color: #999;
+}
#repo-sidebar-nav .label {
font-size: 12px;
line-height: 1.4em;
@@ -1461,6 +1468,10 @@ The register and sign-in page style
#commits-list {
padding-top: 20px;
}
+#commits-list h4 {
+ line-height: 30px;
+ margin-bottom: 0;
+}
.commit-list th {
background-color: #FFF;
line-height: 28px !important;
@@ -1642,10 +1653,6 @@ The register and sign-in page style
#user-ssh-add-form .field {
margin-bottom: 24px;
}
-.repo-issue-wrapper {
- padding: 18px 0;
- position: relative;
-}
.pr-main {
margin-right: 100px;
}