mirror of
https://gitee.com/gitea/gitea
synced 2025-11-10 11:30:24 +08:00
Disallow leading zeroes in Less (#10407)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
.ui.header,
|
||||
.ui.segment {
|
||||
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
||||
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
|
||||
}
|
||||
|
||||
&.user {
|
||||
|
||||
Reference in New Issue
Block a user