mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
html elements style fix
This commit is contained in:
parent
87ed4367bb
commit
161613a627
|
@ -93,18 +93,13 @@ textarea {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin-top: 0.2em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: 1.6em;
|
||||
margin-bottom: 0.1em;
|
||||
margin-left: 1.6rem;
|
||||
margin-bottom: 0.1rem;
|
||||
}
|
||||
|
||||
dt {
|
||||
margin-bottom: 0.1em;
|
||||
margin-bottom: 0.1rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue