mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 17:23:36 +01:00
eb4db0445b
Reindent and unify codebase to 2-space indentation.
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
.svg {
|
|
display: inline-block;
|
|
vertical-align: text-top;
|
|
fill: currentColor;
|
|
|
|
.middle & {
|
|
vertical-align: middle;
|
|
}
|
|
}
|