forked from Ponysearch/Ponysearch
[fix] style.less: move <dl> from infobox.attributes to .attributes class
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
14756a2674
commit
f8222eb2cd
1 changed files with 19 additions and 14 deletions
|
@ -594,6 +594,11 @@ article[data-vim-selected].category-social {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.attributes {
|
||||
dl {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
@ -605,7 +610,6 @@ article[data-vim-selected].category-social {
|
|||
margin-bottom: 0.5em;
|
||||
.ltr-margin-left(0);
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
|
@ -613,6 +617,7 @@ article[data-vim-selected].category-social {
|
|||
margin: 0.5em 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 1em;
|
||||
|
|
Loading…
Reference in a new issue