CSS/controls: fix margin
Problem was that as of CSS voodoo "padding" is not possible for our "controls" section. Some control components therefore got margins, but that's pretty ugly. This patch fixes this but pretends that all components sitting directly below "controls" provide a root node.
This commit is contained in:
parent
c8e2cd109e
commit
199f6e978b
|
@ -159,6 +159,10 @@ html {
|
|||
-webkit-border-radius: 0.2em;
|
||||
}
|
||||
|
||||
.container .controls > * {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.container .controls h1 {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
|
|
Loading…
Reference in New Issue