1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

Use <ul> list for logins (#314)

This commit is contained in:
Peter Knut
2018-12-18 15:45:04 +01:00
committed by Jakub Vrána
parent c275362c30
commit 7eaa57fc0b
18 changed files with 52 additions and 29 deletions

View File

@@ -282,7 +282,7 @@ table code {
margin-right: 4px;
}
#tables a {
#logins a, #tables a {
padding: 1px 2px;
}
@@ -290,7 +290,7 @@ table code {
color: #FFF;
}
#menu p, #tables {
#menu p, #logins, #tables {
border: none;
margin: 0 0 4px;
padding: 0 0 4px;