Browse Source

Fix text-transform on wiki revisions page (#11486)

* Fix text-transform on wiki revisions page

* apply global

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
for-closed-social
Cirno the Strongest 4 years ago
committed by GitHub
parent
commit
c7c61778bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions
  1. +5
    -0
      web_src/less/_base.less
  2. +0
    -4
      web_src/less/_repository.less

+ 5
- 0
web_src/less/_base.less View File

@ -1285,3 +1285,8 @@ i.icon.centerlock {
height: 1em !important;
vertical-align: middle !important;
}
/* https://github.com/go-gitea/gitea/pull/11486 */
.ui.sub.header {
text-transform: none;
}

+ 0
- 4
web_src/less/_repository.less View File

@ -1983,10 +1983,6 @@
margin-top: -5px;
}
.ui.sub.header {
text-transform: none;
}
> .markdown {
padding: 15px 30px;

Loading…
Cancel
Save