Skip to content

Commit

Permalink
Fix text-transform on wiki revisions page (#11486)
Browse files Browse the repository at this point in the history
* Fix text-transform on wiki revisions page

* apply global

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
  • Loading branch information
3 people authored May 20, 2020
1 parent b6d01cc commit c7c6177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
4 changes: 0 additions & 4 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1983,10 +1983,6 @@
margin-top: -5px;
}

.ui.sub.header {
text-transform: none;
}

> .markdown {
padding: 15px 30px;

Expand Down

0 comments on commit c7c6177

Please sign in to comment.