mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04: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;
|
|
}
|
|
}
|