remove padding from first form fieldset
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
2fe9e847c9
commit
d52e730dd1
@ -15,6 +15,10 @@ fieldset {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
form > :first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
input, label, legend {
|
||||
font-family: monospace;
|
||||
color: white;
|
||||
@ -66,10 +70,6 @@ form img {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
form > * {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 100%;
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user