1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix and/or comment some legacy CSS problems (#33015)

This commit is contained in:
wxiaoguang
2024-12-28 19:51:38 +08:00
committed by GitHub
parent 3d3ece36d2
commit a92f5057ae
6 changed files with 13 additions and 27 deletions

View File

@@ -928,7 +928,8 @@ strong.attention-caution, svg.attention-caution {
color: var(--color-red-dark-1);
}
.center:not(.popup) {
/* FIXME: this is a longstanding dirty patch since 2015, it only makes the pages more messy and shouldn't be used */
.center {
text-align: center;
}