1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 16:31:36 +02:00
gitea/public/less/_form.less

8 lines
112 B
Plaintext
Raw Normal View History

2015-07-07 19:09:03 +02:00
.form {
.help {
color: #999999;
padding-top: .6em;
padding-bottom: .6em;
display: inline-block;
}
}