0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-27 18:04:04 -05:00
forgejo/public/less/_form.less

14 lines
191 B
Text
Raw Normal View History

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