forked from forgejo/forgejo
Description list instead of div's in admin Dashboard & Configuration.
This commit is contained in:
parent
1240041b4d
commit
868d921f7b
3 changed files with 198 additions and 76 deletions
|
@ -1231,3 +1231,13 @@ html, body {
|
|||
#footer a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* admin dashboard/configuration */
|
||||
|
||||
.dl-horizontal > dt {
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.dl-horizontal > dd {
|
||||
margin-left: 340px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue