1
0
Fork 0
forked from forgejo/forgejo

Description list instead of div's in admin Dashboard & Configuration.

This commit is contained in:
crackcomm 2014-04-01 05:21:59 +02:00
parent 1240041b4d
commit 868d921f7b
3 changed files with 198 additions and 76 deletions

View file

@ -1231,3 +1231,13 @@ html, body {
#footer a {
color: #000;
}
/* admin dashboard/configuration */
.dl-horizontal > dt {
width: 320px;
}
.dl-horizontal > dd {
margin-left: 340px;
}