1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

Disallow leading zeroes in Less (#10407)

This commit is contained in:
silverwind
2020-02-23 17:48:27 +01:00
committed by GitHub
parent 71d5a090df
commit 4e912d2ed8
11 changed files with 102 additions and 101 deletions

View File

@ -13,7 +13,7 @@
.header {
font-weight: 700;
font-size: 1.3rem;
margin-top: -0.2rem;
margin-top: -.2rem;
line-height: 1.3rem;
}