mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-20 00:40:26 +00:00
Merge branch 'master' of github.com:gogits/gogs
Conflicts: public/ng/less/gogs/repository.less templates/repo/home.tmpl
This commit is contained in:
commit
e3b78c47e2
11 changed files with 102 additions and 70 deletions
|
@ -709,6 +709,7 @@ ol.linenums {
|
|||
#dashboard-header {
|
||||
border-bottom: 1px solid #d6d6d6;
|
||||
height: 69px;
|
||||
background-color: #FFF;
|
||||
}
|
||||
#dashboard-header > .menu-line > li {
|
||||
padding: 12px 6px;
|
||||
|
@ -824,6 +825,11 @@ ol.linenums {
|
|||
#dashboard-my-repo .repo-contrib-header {
|
||||
border-top: 1px solid #d6d6d6;
|
||||
}
|
||||
#dashboard-my-mirror .panel-header,
|
||||
#dashboard-my-org .panel-header,
|
||||
#dashboard-my-repo .panel-header {
|
||||
font-size: 14px;
|
||||
}
|
||||
#dashboard-my-repo .panel-header .octicon {
|
||||
margin-right: 6px;
|
||||
font-size: 12px;
|
||||
|
@ -1053,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;
|
||||
|
@ -1077,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;
|
||||
|
@ -1244,7 +1257,8 @@ The register and sign-in page style
|
|||
font-weight: normal;
|
||||
color: #888;
|
||||
}
|
||||
#repo-readme {
|
||||
#repo-readme,
|
||||
#repo-read-file {
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
#repo-bare-start {
|
||||
|
@ -1454,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;
|
||||
|
@ -1639,10 +1657,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue