fix missing spaces between buttons from htmlmin
This commit is contained in:
parent
ec1eabc7c7
commit
715020c59a
2 changed files with 7 additions and 0 deletions
|
@ -313,3 +313,7 @@ h4 {
|
||||||
color:#000000;
|
color:#000000;
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn + .btn {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
|
@ -904,3 +904,6 @@ main .narrow form button {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
button + button {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue