Allow empty automatic sizes + better HTML semantics and forms
This commit is contained in:
parent
5de9221d22
commit
69d172a8d8
6 changed files with 108 additions and 98 deletions
|
|
@ -77,6 +77,14 @@ a {
|
|||
@media @dark {
|
||||
background-color: @bgHelp-dark;
|
||||
}
|
||||
|
||||
& p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 8px;
|
||||
&:last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#sideParams {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue