1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-14 07:15:47 +00:00
gitea/public/less/_form.less

14 lines
191 B
Plaintext
Raw Normal View History

2015-07-07 17:09:03 +00:00
.form {
.help {
color: #999999;
padding-top: .6em;
padding-bottom: .6em;
display: inline-block;
}
2015-08-06 14:48:11 +00:00
}
.ui.attached.header {
background: #f0f0f0;
.right {
margin-top: -5px;
}
2015-07-07 17:09:03 +00:00
}