mirror of
https://gitee.com/gitea/gitea
synced 2025-12-25 09:46:34 +08: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