@@ -109,6 +109,24 @@ a:active {
|
||||
}
|
||||
}
|
||||
|
||||
ul.lsresult {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: table;
|
||||
|
||||
li {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
li span {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
li span:not(:first-child) {
|
||||
padding-left: 1ch;
|
||||
}
|
||||
}
|
||||
|
||||
// Menus.
|
||||
// ======
|
||||
.menu {
|
||||
|
||||
Reference in New Issue
Block a user