mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 13:38:00 +02:00
Description list instead of div's in admin Dashboard & Configuration.
This commit is contained in:
@ -1231,3 +1231,13 @@ html, body {
|
||||
#footer a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* admin dashboard/configuration */
|
||||
|
||||
.dl-horizontal > dt {
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.dl-horizontal > dd {
|
||||
margin-left: 340px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user