mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
406 B
18 lines
406 B
.repository .head .ui.header .text, |
|
.organization .head .ui.header .text { |
|
vertical-align: middle; |
|
font-size: 1.6rem; |
|
margin-left: 15px; |
|
} |
|
|
|
.repository .ui.tabs.container, |
|
.organization .ui.tabs.container { |
|
margin-top: 14px; |
|
margin-bottom: 0; |
|
} |
|
|
|
.repository .head .ui.header .org-visibility .label, |
|
.organization .head .ui.header .org-visibility .label { |
|
margin-left: 5px; |
|
margin-top: 5px; |
|
}
|
|
|